[evolution-kolab/gnome-2-30] Bug #663833 - Two strings impossible to translate
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/gnome-2-30] Bug #663833 - Two strings impossible to translate
- Date: Fri, 18 Nov 2011 11:25:24 +0000 (UTC)
commit fa9bcd8872cc42184e2644fe44187c49fc84fe95
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Fri Nov 18 12:17:23 2011 +0100
Bug #663833 - Two strings impossible to translate
* fixed Kolab2 provider description string
* fixed Kolab2 provider password option string
src/camel/camel-kolab-imapx-provider.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/camel/camel-kolab-imapx-provider.c b/src/camel/camel-kolab-imapx-provider.c
index 8481e9a..ab0be52 100644
--- a/src/camel/camel-kolab-imapx-provider.c
+++ b/src/camel/camel-kolab-imapx-provider.c
@@ -82,13 +82,12 @@ CamelProviderConfEntry kolab_imapx_conf_entries[] = {
{ CAMEL_PROVIDER_CONF_END }
};
-
static CamelProvider kolab_imapx_provider = { /* http://www.go-evolution.org/Camel.Provider */
KOLAB_CAMEL_PROVIDER_PROTOCOL,
N_(KOLAB_CAMEL_PROVIDER_NAME),
- N_("For accessing " KOLAB_CAMEL_PROVIDER_NAME " servers."),
+ N_("For accessing Kolab2 servers."),
"mail",
/* TODO customize for kolab2 */
@@ -103,10 +102,9 @@ static CamelProvider kolab_imapx_provider = { /* http://www.go-evolution.org/Cam
/* ... */
};
-
static CamelServiceAuthType kolab_imapx_password_authtype = {
N_("Password"),
- N_("This option will connect to the " KOLAB_CAMEL_PROVIDER_NAME " server using a plaintext password."),
+ N_("This option will connect to the Kolab2 server using a plaintext password."),
"",
TRUE
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]