GNOME Bugzilla – Bug 727059
Fix translation of some strings in the save dialog
Last modified: 2014-03-26 13:45:30 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.
Created attachment 272914 [details] [review] Fix some untranslated strings in the save dialog
Sorry about that, thanks for fixing it! Attachment 272914 [details] pushed as ac8fa3c - Fix some untranslated strings in the save dialog