aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-14 12:05:35 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-14 12:05:35 +0800
commitbbd35744c01169887597ac1284071e037a1b84de (patch)
tree3fe699f584dfad8657107125b0960c5fe481bf79 /widgets
parent048c81639875e8d409567fac1bd9adf2d9b7e107 (diff)
downloadgsoc2013-evolution-bbd35744c01169887597ac1284071e037a1b84de.tar
gsoc2013-evolution-bbd35744c01169887597ac1284071e037a1b84de.tar.gz
gsoc2013-evolution-bbd35744c01169887597ac1284071e037a1b84de.tar.bz2
gsoc2013-evolution-bbd35744c01169887597ac1284071e037a1b84de.tar.lz
gsoc2013-evolution-bbd35744c01169887597ac1284071e037a1b84de.tar.xz
gsoc2013-evolution-bbd35744c01169887597ac1284071e037a1b84de.tar.zst
gsoc2013-evolution-bbd35744c01169887597ac1284071e037a1b84de.zip
Fix for #325118
svn path=/trunk/; revision=33531
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/ChangeLog5
-rw-r--r--widgets/misc/e-clipped-label.c3
2 files changed, 8 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 1df009df90..357157efe1 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-28 Andre Klapper <a9016009@gmx.de>
+
+ * e-clipped-label.c: add translator comments for a string.
+ Fixes bug #325118.
+
2007-05-03 Matthew Barnes <mbarnes@redhat.com>
* e-attachment-bar.c (e_attachment_bar_remove_selected):
diff --git a/widgets/misc/e-clipped-label.c b/widgets/misc/e-clipped-label.c
index 0338f8529c..6a37c301bd 100644
--- a/widgets/misc/e-clipped-label.c
+++ b/widgets/misc/e-clipped-label.c
@@ -108,6 +108,9 @@ e_clipped_label_class_init (EClippedLabelClass *class)
object_class->finalize = e_clipped_label_finalize;
+ /* Translators: This is the string to draw when the label
+ * of a fixed-size button is clipped, e.g. '...'.
+ */
e_clipped_label_ellipsis = _("...");
}