]> git.0d.be Git - empathy.git/commitdiff
empathy-account: change Salut -> People Nearby
authorFrancisca Gallardo <fran.gallardop@gmail.com>
Mon, 25 Oct 2010 23:07:49 +0000 (20:07 -0300)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Mon, 25 Oct 2010 23:28:30 +0000 (10:28 +1100)
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

src/empathy-accounts.c

index e491ea16069b99f1140a95a187e18ba56661c85d..31f555f1be76f0913e80e2cadd0ea1eb71296603 100644 (file)
@@ -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,