[empathy] empathy-account: change Salut -> People Nearby



commit a00833accf9eb1c4470feac282b4679df3e2629d
Author: Francisca Gallardo <fran gallardop gmail com>
Date:   Mon Oct 25 20:07:49 2010 -0300

    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

 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 e491ea1..31f555f 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]