aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-03 00:01:51 +0800
committerCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-10-03 00:09:21 +0800
commit324cf197dad2b5125ee2433f4773307cfe3388d7 (patch)
treed4311d1a8ae40d5e678eedf3c29736739edc8954
parentd95be533cc77f9355c4dae8956f2eebd308bed97 (diff)
downloadgsoc2013-empathy-324cf197dad2b5125ee2433f4773307cfe3388d7.tar
gsoc2013-empathy-324cf197dad2b5125ee2433f4773307cfe3388d7.tar.gz
gsoc2013-empathy-324cf197dad2b5125ee2433f4773307cfe3388d7.tar.bz2
gsoc2013-empathy-324cf197dad2b5125ee2433f4773307cfe3388d7.tar.lz
gsoc2013-empathy-324cf197dad2b5125ee2433f4773307cfe3388d7.tar.xz
gsoc2013-empathy-324cf197dad2b5125ee2433f4773307cfe3388d7.tar.zst
gsoc2013-empathy-324cf197dad2b5125ee2433f4773307cfe3388d7.zip
empathy-account-widget: document that the 'Account:' string is moblin specific
-rw-r--r--libempathy-gtk/empathy-account-widget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 2dc0d26a2..ebe5b2797 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -1306,6 +1306,7 @@ do_constructed (GObject *obj)
GTK_TOGGLE_BUTTON (priv->enabled_checkbox),
priv->original_enabled_checkbox_value);
#else
+ /* Translators: this is used only when built on a moblin platform */
w = gtk_label_new (_("Account:"));
gtk_misc_set_alignment (GTK_MISC (w), 0, 0.5);