GNOME Bugzilla – Bug 410262
Ambiguous "Find" message
Last modified: 2009-07-27 01:19:15 UTC
In pt_BR, the message "Find" would be translated in two different ways, according to were it is displayed (tool tip, button, window title etc.). Suggestion: "Tool tip|Find" when it's a tooltip etc. #: ../components/html-editor/GNOME_GtkHTML_Editor-emacs.xml.in.h:22 #: ../components/html-editor/GNOME_GtkHTML_Editor.xml.in.h:22 #: ../components/html-editor/search.c:110 #: ../components/html-editor/search.c:171 msgid "Find"
Same for "Insert image". The first ones seem to be tool tips (looking at the sources) and the second ones are maybe the window titles -- wow, I'm guess on C code! #: ../components/html-editor/GNOME_GtkHTML_Editor-emacs.xml.in.h:50 #: ../components/html-editor/GNOME_GtkHTML_Editor.xml.in.h:50 #: ../components/html-editor/menubar.c:101 #: ../components/html-editor/menubar.c:109 msgid "Insert image"
msgid "Insert image" is definitely a window title. From http://svn.gnome.org/viewcvs/gtkhtml/trunk/components/html-editor/menubar.c?revision=8385&view=markup: filesel = gtk_file_chooser_dialog_new (_("Insert image"), NULL, GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
Bumping version to a stable release.
Ping. I just checked, and the bug is still valid. Can we get this fixed for GNOME 2.24?
BTW: http://live.gnome.org/TranslationProject/DevGuidelines/Translation%20contexts
ping
PING
Hey, really sorry about the two year delay on this. So, the ../components/html-editor directory holds the code for GtkHtml's old Bonobo-based HTML editor, which I replaced a couple releases back with a new editor under ../components/editor. The Bonobo-based editor has been deprecated for about a year now, and the Evo team agreed to remove it entirely once 2.27 development begins. So the original bug report is mostly obsolete now. But, I'm actively maintaining the new editor in ../components/editor, so if any of these issues apply to the strings there I'll get them fixed as soon as we branch for the next development cycle. Please let me know if I should close this or not.
Just checked, the messages are not there anymore. Good luck finishing the bonobo expunge.