[evolution-data-server] Bug #611247 - Bad concatenation for translators
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #611247 - Bad concatenation for translators
- Date: Thu, 1 Apr 2010 13:05:21 +0000 (UTC)
commit 2e8320575f414e75373b79e9870f820f46ba2f82
Author: Claude Paroz <claude 2xlibre net>
Date: Thu Apr 1 15:04:35 2010 +0200
Bug #611247 - Bad concatenation for translators
camel/providers/pop3/camel-pop3-store.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/pop3/camel-pop3-store.c b/camel/providers/pop3/camel-pop3-store.c
index c81f88d..367e4dc 100644
--- a/camel/providers/pop3/camel-pop3-store.c
+++ b/camel/providers/pop3/camel-pop3-store.c
@@ -163,7 +163,8 @@ get_valid_utf8_error (const gchar *text)
return NULL;
}
- ret = g_strconcat (": ", tmp, NULL);
+ /* Translators: This is the separator between an error and an explanation */
+ ret = g_strconcat (_(": "), tmp, NULL);
g_free (tmp);
return ret;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]