diff options
author | Bastien Nocera <hadess@hadess.net> | 2016-04-28 23:36:30 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-04-28 23:38:00 +0200 |
commit | 5c10ce45b8f2902e71a36649b9d0a31ccff6dc0f (patch) | |
tree | fbfc83c560abbf19fda37ea4da229fbc61a9c2ec /panels/notifications | |
parent | 967c07e10b1c5b102094d6bc1515550d4a20bb22 (diff) | |
download | gnome-control-center-5c10ce45b8f2902e71a36649b9d0a31ccff6dc0f.tar.gz |
panels: Fix translators comments being truncated
Commit b3be076 added soft hyphens along with a comment for translators
to use those soft hyphens. Except that gettext would only grab the one
line out of the four we wrote for translators to read. Put them all on
the same line so that gettext actually extracts those.
https://bugzilla.gnome.org/show_bug.cgi?id=765778
Diffstat (limited to 'panels/notifications')
-rw-r--r-- | panels/notifications/gnome-notifications-panel.desktop.in.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/panels/notifications/gnome-notifications-panel.desktop.in.in b/panels/notifications/gnome-notifications-panel.desktop.in.in index 93b4f1959..fe3d0eb6d 100644 --- a/panels/notifications/gnome-notifications-panel.desktop.in.in +++ b/panels/notifications/gnome-notifications-panel.desktop.in.in @@ -1,8 +1,5 @@ [Desktop Entry] -# Translators: Add soft hyphens to your translations so that the -# icon view won't clip your translations. See -# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13 -# for details +# Translators: Add soft hyphens to your translations so that the icon view won't clip your translations. See https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13 for details _Name=Notifications _Comment=Control which notifications are displayed and what they show Exec=gnome-control-center notifications |