aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-16 01:25:21 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 18:37:55 +0800
commit1ad9211ee247b05a11cc6d5358918611dd3a8fa9 (patch)
tree624c085966fcb57263b99264fa55fca78b99aef6
parent322ce4bfc48edf2331379809ab53b17254bcd8f2 (diff)
downloadgsoc2013-empathy-1ad9211ee247b05a11cc6d5358918611dd3a8fa9.tar
gsoc2013-empathy-1ad9211ee247b05a11cc6d5358918611dd3a8fa9.tar.gz
gsoc2013-empathy-1ad9211ee247b05a11cc6d5358918611dd3a8fa9.tar.bz2
gsoc2013-empathy-1ad9211ee247b05a11cc6d5358918611dd3a8fa9.tar.lz
gsoc2013-empathy-1ad9211ee247b05a11cc6d5358918611dd3a8fa9.tar.xz
gsoc2013-empathy-1ad9211ee247b05a11cc6d5358918611dd3a8fa9.tar.zst
gsoc2013-empathy-1ad9211ee247b05a11cc6d5358918611dd3a8fa9.zip
AccountChooser: All -> All accounts
-rw-r--r--libempathy-gtk/empathy-account-chooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c
index e814eda89..4f4bc8664 100644
--- a/libempathy-gtk/empathy-account-chooser.c
+++ b/libempathy-gtk/empathy-account-chooser.c
@@ -512,7 +512,7 @@ empathy_account_chooser_set_has_all_option (EmpathyAccountChooser *chooser,
gtk_list_store_prepend (store, &iter);
gtk_list_store_set (store, &iter,
- COL_ACCOUNT_TEXT, _("All"),
+ COL_ACCOUNT_TEXT, _("All accounts"),
COL_ACCOUNT_ENABLED, TRUE,
COL_ACCOUNT_POINTER, NULL,
COL_ACCOUNT_ROW_TYPE, ROW_ALL,