empathy r1063 - trunk/src



Author: xclaesse
Date: Wed Apr 30 06:06:39 2008
New Revision: 1063
URL: http://svn.gnome.org/viewvc/empathy?rev=1063&view=rev

Log:
Fix type: s/hand up/hang up/


Modified:
   trunk/src/empathy-call-window.c

Modified: trunk/src/empathy-call-window.c
==============================================================================
--- trunk/src/empathy-call-window.c	(original)
+++ trunk/src/empathy-call-window.c	Wed Apr 30 06:06:39 2008
@@ -341,7 +341,7 @@
       else
         {
           button_icon_name = GTK_STOCK_CANCEL;
-          button_label = _("Hand up");
+          button_label = _("Hang Up");
         }
     }
   else if (window->status == EMPATHY_TP_CALL_STATUS_ACCEPTED)
@@ -378,7 +378,7 @@
       gtk_widget_set_sensitive (window->input_volume_button, TRUE);
       gtk_widget_set_sensitive (window->call_button, TRUE);
       button_icon_name = GTK_STOCK_CANCEL;
-      button_label = _("Hand up");
+      button_label = _("Hang Up");
     }
   else if (window->status == EMPATHY_TP_CALL_STATUS_CLOSED)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]