]> git.0d.be Git - empathy.git/commitdiff
empathy-accounts-dialog: 'Create' button should be 'Next' on Moblin
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 2 Oct 2009 16:23:52 +0000 (17:23 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 2 Oct 2009 16:23:52 +0000 (17:23 +0100)
src/empathy-accounts-dialog.c

index a45f40db5bd33b6aef2f4b0a22ec81680f5e4c7a..028866bcc2c6ea3a5b168369a397277066204c86 100644 (file)
@@ -1684,8 +1684,9 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog)
   action_area = gtk_dialog_get_action_area (GTK_DIALOG (priv->window));
   gtk_widget_hide (action_area);
 
-  gtk_button_set_label (GTK_BUTTON (priv->button_create), GTK_STOCK_ADD);
-  gtk_button_set_use_stock (GTK_BUTTON (priv->button_create), TRUE);
+  /* Translators: this is used only when built on a moblin platform */
+  gtk_button_set_label (GTK_BUTTON (priv->button_create), _("_Next"));
+  gtk_button_set_use_underline (GTK_BUTTON (priv->button_create), TRUE);
 #endif
 
   priv->combobox_protocol = empathy_protocol_chooser_new ();