After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 571787 - Let us add a space before ":"
Let us add a space before ":"
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-14 22:26 UTC by Claude Paroz
Modified: 2009-02-15 06:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claude Paroz 2009-02-14 22:26:59 UTC
While you improved translation work in removing markup from strings in ev_properties-view.c, you removed the possibility to format the ":". E.g. in French we add a non-beaking space before the ":". So either you should let the ":" with the strings (N_("Title:"), N_("Location:"), etc.) or if you want to reuse these strings in other contexts, add the possibility to translate something like _("%s:").
Comment 1 Nickolay V. Shmyrev 2009-02-15 06:30:21 UTC
Fixed, thanks a lot.