From bbd35744c01169887597ac1284071e037a1b84de Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 14 May 2007 04:05:35 +0000 Subject: Fix for #325118 svn path=/trunk/; revision=33531 --- widgets/misc/ChangeLog | 5 +++++ widgets/misc/e-clipped-label.c | 3 +++ 2 files changed, 8 insertions(+) (limited to 'widgets') 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 + + * e-clipped-label.c: add translator comments for a string. + Fixes bug #325118. + 2007-05-03 Matthew Barnes * 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 = _("..."); } -- cgit v1.2.3