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 357422 - Emtpy string is marked for translation
Emtpy string is marked for translation
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2006-09-24 09:00 UTC by Nickolay V. Shmyrev
Modified: 2013-09-10 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nickolay V. Shmyrev 2006-09-24 09:00:54 UTC
mail/em-format-html-display.c

p->search_matches_label = gtk_label_new (_(""));

This will cause problems since empty string translation is used to attach gettext metadata.
Comment 1 André Klapper 2006-09-25 18:49:04 UTC
blaming johnny here :-/
Comment 2 Harish Krishnaswamy 2006-09-30 06:33:05 UTC
Fix committed.