[empathy] Rename the Connect button to "Log in" on Moblin.



commit fce1e0c10e9d02a010eceb1e5f3734b67a38b641
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date:   Fri Oct 2 14:51:15 2009 +0200

    Rename the Connect button to "Log in" on Moblin.

 libempathy-gtk/empathy-account-widget.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 02f5778..2dc0d26 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -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,



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