]> git.0d.be Git - empathy.git/commitdiff
Rename the Connect button to "Log in" on Moblin.
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 2 Oct 2009 12:51:15 +0000 (14:51 +0200)
committerCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 2 Oct 2009 16:02:05 +0000 (18:02 +0200)
libempathy-gtk/empathy-account-widget.c

index 02f5778d4be8493c3f81afafdbdc719c3a6b10cd..2dc0d26a29871fae93d94a27f1bf0c04e9e1b4fb 100644 (file)
@@ -1246,6 +1246,13 @@ do_constructed (GObject *obj)
       priv->apply_button = gtk_button_new_from_stock (
         priv->creating_account ? GTK_STOCK_CONNECT : GTK_STOCK_APPLY);
 
+#ifdef HAVE_NBTK
+      if (priv->creating_account)
+       /* Translators: this is used only when built on a moblin platform */
+       gtk_button_set_label (GTK_BUTTON (priv->apply_button),
+            _("L_og in"));
+#endif
+
       gtk_box_pack_end (GTK_BOX (hbox), priv->apply_button, TRUE,
           TRUE, 3);
       gtk_box_pack_end (GTK_BOX (hbox), priv->cancel_button, TRUE,