GNOME Bugzilla – Bug 126205
Problematic string for l10n in Gtk+ filechooser
Last modified: 2004-12-22 21:47:04 UTC
This string is really hard to translate to other languages (those languages where genitive suffix depends on gender, word form, etc.). #: gtk/gtkfilechooserdefault.c:528 #, c-format msgid "%s's Home" General guideline should be to avoid string composition when it's possible, and even more so when '%s' can be free form (i.e. there's no fixed subset of possible values). So, perhaps it's better to have simply "Home"?
*** This bug has been marked as a duplicate of 125964 ***