diff options
author | Francisca Gallardo <fran.gallardop@gmail.com> | 2010-10-26 07:07:49 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-10-26 07:28:30 +0800 |
commit | a00833accf9eb1c4470feac282b4679df3e2629d (patch) | |
tree | 72d98a7d67bd4a3728ea84e07b22e0ba2d8107ff /src | |
parent | 8f0fbd89ee0d514bdc664850541416cac9090204 (diff) | |
download | gsoc2013-empathy-a00833accf9eb1c4470feac282b4679df3e2629d.tar gsoc2013-empathy-a00833accf9eb1c4470feac282b4679df3e2629d.tar.gz gsoc2013-empathy-a00833accf9eb1c4470feac282b4679df3e2629d.tar.bz2 gsoc2013-empathy-a00833accf9eb1c4470feac282b4679df3e2629d.tar.lz gsoc2013-empathy-a00833accf9eb1c4470feac282b4679df3e2629d.tar.xz gsoc2013-empathy-a00833accf9eb1c4470feac282b4679df3e2629d.tar.zst gsoc2013-empathy-a00833accf9eb1c4470feac282b4679df3e2629d.zip |
empathy-account: change Salut -> People Nearby
Changed error message
"Don't display any dialogs if there are any non-Salut accounts"
to "Don't display any dialogs unless there are only 'People Nearby' accounts"
https://bugzilla.gnome.org/show_bug.cgi?id=628823
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index e491ea160..31f555f1b 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -164,7 +164,7 @@ main (int argc, char *argv[]) NULL }, { "if-needed", 'n', 0, G_OPTION_ARG_NONE, &only_if_needed, - N_("Don't display any dialogs if there are any non-Salut accounts"), + N_("Don't display any dialogs unless there are only \"People Nearby\" accounts"), NULL }, { "select-account", 's', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, &selected_account_name, |