From 6cfff1f1ceaaab0f5baa0d8901cf53af97c6682f Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 15 Mar 2011 17:25:21 +0000 Subject: AccountChooser: All -> All accounts --- libempathy-gtk/empathy-account-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') 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, -- cgit v1.2.3