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 727059 - Fix translation of some strings in the save dialog
Fix translation of some strings in the save dialog
Status: RESOLVED FIXED
Product: gnome-chess
Classification: Applications
Component: General
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-chess-maint
gnome-chess-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-25 22:44 UTC by Yosef Or Boczko
Modified: 2014-03-26 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix some untranslated strings in the save dialog (1.36 KB, patch)
2014-03-25 22:45 UTC, Yosef Or Boczko
committed Details | Review

Description Yosef Or Boczko 2014-03-25 22:44:21 UTC
See the document:
https://developer.gnome.org/glib/stable/glib-I18N.html#N-:CAPS

The default parameters taken from N_, so when we use this
we needs to call to _() with the parmeters instead only the
parmeters itself.

See the patch.
Comment 1 Yosef Or Boczko 2014-03-25 22:45:23 UTC
Created attachment 272914 [details] [review]
Fix some untranslated strings in the save dialog
Comment 2 Michael Catanzaro 2014-03-26 13:45:29 UTC
Sorry about that, thanks for fixing it!

Attachment 272914 [details] pushed as ac8fa3c - Fix some untranslated strings in the save dialog