aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-13 11:52:30 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-13 11:52:30 +0800
commit332a16bbb6c93ccb5091fa3654f383d4a15955a8 (patch)
treef1bd8b29106dcc2c0535813238e68d19168e5ac9 /e-util
parent017b6d330abae92f3f191661f7f08d5121226828 (diff)
downloadgsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.tar
gsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.tar.gz
gsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.tar.bz2
gsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.tar.lz
gsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.tar.xz
gsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.tar.zst
gsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.zip
Clarify an error message. (#509672)
2008-04-12 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util-labels.c (e_util_labels_add_with_dlg): Clarify an error message. (#509672) svn path=/trunk/; revision=35360
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/e-util-labels.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index ab4d9649ad..5291429431 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-12 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-util-labels.c (e_util_labels_add_with_dlg):
+ Clarify an error message. (#509672)
+
2008-04-07 Takao Fujiwara <takao.fujiwara@sun.com>
reviewed by: Milan Crha
diff --git a/e-util/e-util-labels.c b/e-util/e-util-labels.c
index 85225a93a5..c62c71dfd4 100644
--- a/e-util/e-util-labels.c
+++ b/e-util/e-util-labels.c
@@ -359,7 +359,7 @@ e_util_labels_add_with_dlg (GtkWindow *parent, const char *tag)
e_util_labels_set_data (tag, name, &color);
break;
} else if (!(new_tag = e_util_labels_add (name, &color)))
- error = _("Label with same tag already exists. Rename your label please.");
+ error = _("A label having the same tag already exists on the server. Please rename your label.");
else
break;
} else