diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/ChangeLog | 5 | ||||
-rw-r--r-- | widgets/misc/e-clipped-label.c | 3 |
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 = _("..."); } |