GNOME Bugzilla – Bug 348211
Please distinguish "View" menus/buttons for translation
Last modified: 2006-11-08 10:17:20 UTC
There are now two kinds of "View" menus/buttons in file roller: "View" in the main menu and "View" in context menus for viewing files. The former has already been translated as a noun in Thai, while the latter has to be verb. Relevant places in the source are: - src/fr-stock.c:46 -> stock item for file action, should be verb - src/ui.h:36 -> main menu, should be noun - src/ui.h:150 -> context menu for file action, should be verb - src/ui.h:154 -> toobar button for file action, should be verb
Created attachment 69307 [details] [review] Possible patch using prefix
fixed using "View File" for the action.
Paolo, thanks for fixing this. If you run into similar problems in the future (and you don't want to use different strings in the original English version), you may use the prefix-cutting stuff from the glib gettext support. See the docs for the Q_ macro in glib.