After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103610 - should allow to translate "String was not found!"
should allow to translate "String was not found!"
Status: RESOLVED FIXED
Product: ghex
Classification: Applications
Component: general
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: Jaka Mocnik
Jaka Mocnik
Depends on:
Blocks:
 
 
Reported: 2003-01-15 23:41 UTC by Hidetoshi Tajima
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gettextied the messages to be translated (1.50 KB, patch)
2003-02-04 02:45 UTC, Hidetoshi Tajima
none Details | Review

Description Hidetoshi Tajima 2003-01-15 23:41:01 UTC
"String was not found!\n" passed to display_error_dialog() are not
gettextized.
Comment 1 Hidetoshi Tajima 2003-02-04 02:45:39 UTC
Created attachment 14082 [details] [review]
gettextied the messages to be translated
Comment 2 Hidetoshi Tajima 2003-02-07 23:01:15 UTC
Hi, can I commit this to gnome-2-0 and HEAD branches?
If okay, I'll then send a notice to gnome-i18n list
after commit.
Comment 3 Jaka Mocnik 2003-02-08 21:26:56 UTC
sure. thanx. be sure to modify the changelog as well, or you may be
skipped in the credits at next release ;)
Comment 4 Hidetoshi Tajima 2003-02-10 17:47:38 UTC
commit to the HEAD with ChangeLog:
	* src/findreplace.c (find_next_cb, find_prev_cb, replace_next_cb): 
	made "String was not found\n" translatable (#103610).
thanks!