aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-27 19:33:20 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-27 19:41:45 +0800
commit973ebccf5c1ba3664677a8c5d1bdfe52009f82be (patch)
tree874f3a040cf45f5c49f31236186d057c44a00a56 /src
parented67c7eca44a3d9891197aa02a14410e66227a1d (diff)
downloadgsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar
gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.gz
gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.bz2
gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.lz
gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.xz
gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.tar.zst
gsoc2013-empathy-973ebccf5c1ba3664677a8c5d1bdfe52009f82be.zip
Bug 628064 — Miscellaneous string fixes
Diffstat (limited to 'src')
-rw-r--r--src/empathy-accounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c
index 89c304bff..89673ee48 100644
--- a/src/empathy-accounts.c
+++ b/src/empathy-accounts.c
@@ -183,7 +183,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 if there are any non-Salut accounts"),
NULL },
{ "select-account", 's',
G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, &selected_account_name,