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-03-16 19:17:19 +0800
commit6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f (patch)
tree1dac6bbff1e07ab235cb5eead3d236feeb5f02b1
parent36f043adbd2baffbd72066184bd95cbcb6663b00 (diff)
downloadgsoc2013-empathy-6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f.tar
gsoc2013-empathy-6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f.tar.gz
gsoc2013-empathy-6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f.tar.bz2
gsoc2013-empathy-6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f.tar.lz
gsoc2013-empathy-6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f.tar.xz
gsoc2013-empathy-6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f.tar.zst
gsoc2013-empathy-6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f.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 8fdb18e1e..0a451771b 100644
--- a/libempathy-gtk/empathy-account-chooser.c
+++ b/libempathy-gtk/empathy-account-chooser.c
@@ -490,7 +490,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,