aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-calendar-item.c
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/misc/e-calendar-item.c
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/misc/e-calendar-item.c')
-rw-r--r--widgets/misc/e-calendar-item.c2
1 files changed, 1 insertions, 1 deletions
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