aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2009-03-09 12:41:19 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2009-03-09 12:41:19 +0800
commitdcda926ed8892975a709750cb16b7d8dce3a67ce (patch)
treed979b180c088b71dfa90b65d036c8329e99c8d8a /widgets
parent8078fba08d2e2abadbbd565f70bd2c3a36312861 (diff)
downloadgsoc2013-evolution-dcda926ed8892975a709750cb16b7d8dce3a67ce.tar
gsoc2013-evolution-dcda926ed8892975a709750cb16b7d8dce3a67ce.tar.gz
gsoc2013-evolution-dcda926ed8892975a709750cb16b7d8dce3a67ce.tar.bz2
gsoc2013-evolution-dcda926ed8892975a709750cb16b7d8dce3a67ce.tar.lz
gsoc2013-evolution-dcda926ed8892975a709750cb16b7d8dce3a67ce.tar.xz
gsoc2013-evolution-dcda926ed8892975a709750cb16b7d8dce3a67ce.tar.zst
gsoc2013-evolution-dcda926ed8892975a709750cb16b7d8dce3a67ce.zip
Removed the string marked for translation.
svn path=/trunk/; revision=37390
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/ChangeLog6
-rw-r--r--widgets/misc/e-calendar-item.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index ab84dfd7ba..2c3e6ef614 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-09 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * widgets/misc/e-calendar-item.c: Removed the string
+ marked for translation as it not required and also breaks
+ the string freeze.
+
2009-03-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #342446
diff --git a/widgets/misc/e-calendar-item.c b/widgets/misc/e-calendar-item.c
index 07f0bb3980..32e74dd535 100644
--- a/widgets/misc/e-calendar-item.c
+++ b/widgets/misc/e-calendar-item.c
@@ -1385,7 +1385,7 @@ get_digit_fomat ()
g_strfreev (split);
if (major > 2 || minor > 2 || (minor == 2 && revision > 2)) {
- return _("%Id");
+ return "%Id";
}
#endif