GNOME Bugzilla – Bug 572158
"None" label needs translation context
Last modified: 2009-03-08 00:35:44 UTC
There are two context where this label is used: src/file-manager/fm-properties-window.c:4216 src/file-manager/fm-properties-window.c:4227 Here it's referred to file permissions (read, write, ...) src/nautilus-file-management-properties.c:291 Here it's referred to label captions Some languages could need to translate this in a different way: for example in Italian this is "Nessuno" (male) for permissions, and "Nessuna" (female) for label. Should we wait 2.27 or we can fix it now (we are in string freeze).
Adding comments for translators is not a string freeze break at all, so I committed comments for those strings in trunk. Thanks for the report, closing as FIXED. 2009-03-08 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-properties-window.c (add_permissions_combo_box): * src/nautilus-file-management-properties.c (create_icon_caption_combo_box_items): Add two comments for translators (#572158).