]> git.0d.be Git - empathy.git/commitdiff
Fix type: s/hand up/hang up/
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 30 Apr 2008 06:06:39 +0000 (06:06 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 30 Apr 2008 06:06:39 +0000 (06:06 +0000)
svn path=/trunk/; revision=1063

src/empathy-call-window.c

index 105b0e8772bb7b637a2c64b9bde65c6ce100b81f..2343ac303c3a574f1f816176a3c1c359a2395f7c 100644 (file)
@@ -341,7 +341,7 @@ call_window_update (EmpathyCallWindow *window)
       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 @@ call_window_update (EmpathyCallWindow *window)
       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)
     {