aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-11 07:03:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-09-11 07:03:06 +0800
commitd1a67bb5c542b04ac0d6a24019ba9fa010fb1a95 (patch)
treeae157df37785c928154bd1143d4d66296a09d48a /mail/mail-vfolder.c
parente6067ccb6c5b3988d607c3dbcfee9f3e5458fa08 (diff)
downloadgsoc2013-evolution-d1a67bb5c542b04ac0d6a24019ba9fa010fb1a95.tar
gsoc2013-evolution-d1a67bb5c542b04ac0d6a24019ba9fa010fb1a95.tar.gz
gsoc2013-evolution-d1a67bb5c542b04ac0d6a24019ba9fa010fb1a95.tar.bz2
gsoc2013-evolution-d1a67bb5c542b04ac0d6a24019ba9fa010fb1a95.tar.lz
gsoc2013-evolution-d1a67bb5c542b04ac0d6a24019ba9fa010fb1a95.tar.xz
gsoc2013-evolution-d1a67bb5c542b04ac0d6a24019ba9fa010fb1a95.tar.zst
gsoc2013-evolution-d1a67bb5c542b04ac0d6a24019ba9fa010fb1a95.zip
Bug 628591 - Incorrect English message in Evolution
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r--mail/mail-vfolder.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index 1581a852cb..2275c6eb65 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -667,12 +667,15 @@ done:
gchar *user, *info;
info = g_strdup_printf (ngettext (
- /* Translators: The first %s is name of the affected search folder(s),
- the second %s is uri of the removed folder. For more than one search
- folder is each of them on a separate line, with four spaces in front
- of its name, without quotes. */
- "The Search Folder \"%s\" has been updated, because it used just removed folder\n\"%s\".",
- "The following Search Folders\n%s have been updated, because they used just removed folder\n\"%s\".",
+ /* Translators: The first %s is name of the affected
+ * search folder(s), the second %s is the URI of the
+ * removed folder. For more than one search folder is
+ * each of them on a separate line, with four spaces
+ * in front of its name, without quotes. */
+ "The Search Folder \"%s\" has been modified to "
+ "account for the deleted folder\n\"%s\".",
+ "The following Search Folders\n%s have been modified "
+ "to account for the deleted folder\n\"%s\".",
changed_count), changed->str, uri);
dialog = e_alert_dialog_new_for_args (e_shell_get_active_window (NULL), "mail:vfolder-updated", info, NULL);
em_utils_show_info_silent (dialog);