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 316572 - Bad string formatting: tags must be avoided
Bad string formatting: tags must be avoided
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.4.x (obsolete)
Other Linux
: Normal normal
: Future
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2005-09-17 15:48 UTC by Javier F. Serrador
Modified: 2008-03-27 10:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed evo patch (2.46 KB, patch)
2008-03-17 13:50 UTC, Milan Crha
committed Details | Review

Description Javier F. Serrador 2005-09-17 15:48:40 UTC
#: ../addressbook/gui/component/ldap-config.glade.h:7
#: ../calendar/gui/dialogs/url-editor-dialog.glade.h:2
Comment 1 André Klapper 2005-09-20 09:59:52 UTC
hi javier,
thanks for reporting, but it would be easier if you would have also quoted the
strings - the header files are created at build time, so i had to search around
in the glade file. :-/

i guess it's

#: ../addressbook/gui/component/ldap-config.glade.h:2
<b>Display</b>

#: ../addressbook/gui/component/ldap-config.glade.h:7
<b>Server Information</b>

#: ../calendar/gui/dialogs/url-editor-dialog.glade.h:2
<b>Publishing _Location</b>



this could already be covered by other bug reports blocking bug 236276, though.
Comment 2 Javier F. Serrador 2005-09-21 20:10:21 UTC
Yes, they are
Comment 3 André Klapper 2005-12-20 11:59:20 UTC
same with headings e.g. in mail-config.glade
Comment 4 Milan Crha 2007-07-18 14:09:42 UTC
Is this possible with glade files? I'm afraid it isn't, but I may be wrong.
(I meant without writing single line of code, just with changing property in glade editor, and it seems to me there is no way how to persuade glade to not export those HTML marks, in "markup" labels.)
Comment 5 Milan Crha 2008-03-17 13:50:06 UTC
Created attachment 107449 [details] [review]
proposed evo patch

for evolution;

The file in calendar gone. Believe or not, the text in address book file is not used, code uses EConfig to handle configuration dialog and only some parts of the glade file are actually used, but not the section names, thus unmarking for translation in glade files only.
Comment 6 Srinivasa Ragavan 2008-03-27 08:39:55 UTC
Commit to stable/trunk. 
Comment 7 Milan Crha 2008-03-27 10:27:10 UTC
Committed to trunk. Committed revision 35258.
Committed to gnome-2-22. Committed revision 35259.