diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-04-13 11:52:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-04-13 11:52:30 +0800 |
commit | 332a16bbb6c93ccb5091fa3654f383d4a15955a8 (patch) | |
tree | f1bd8b29106dcc2c0535813238e68d19168e5ac9 /e-util/e-util-labels.c | |
parent | 017b6d330abae92f3f191661f7f08d5121226828 (diff) | |
download | gsoc2013-evolution-332a16bbb6c93ccb5091fa3654f383d4a15955a8.tar.gz 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/e-util-labels.c')
-rw-r--r-- | e-util/e-util-labels.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |