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 628099 - Remove markup from translatable strings
Remove markup from translatable strings
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
git master
Other Linux
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-27 08:35 UTC by Philip Withnall
Modified: 2010-08-28 10:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove markup from translatable strings (11.38 KB, patch)
2010-08-27 17:05 UTC, Philip Withnall
accepted-commit_now Details | Review

Description Philip Withnall 2010-08-27 08:35:29 UTC
The following translatable strings contain markup, and it should be removed from them. See http://live.gnome.org/GnomeGoals/RemoveMarkupInMessages.

#: ../plugins/snippets-manager/snippets-editor.ui.h:1
msgid "<b>Snippet Content</b>"
msgstr "<b>Snippet Content</b>"

#: ../plugins/snippets-manager/snippets-editor.ui.h:2
msgid "<b>Snippet Properties</b>"
msgstr "<b>Snippet Properties</b>"

#: ../plugins/snippets-manager/snippets-editor.ui.h:3
msgid "<b>Snippet Variables</b>"
msgstr "<b>Snippet Variables</b>"

#: ../plugins/snippets-manager/snippets-manager-preferences.ui.h:1
msgid "<b>Anjuta variables</b>"
msgstr "<b>Anjuta variables</b>"

#: ../plugins/language-support-python/python-plugin-properties.ui.h:1
msgid "<b>Autocompletion</b>"
msgstr "<b>Autocompletion</b>"

#: ../plugins/language-support-python/python-plugin-properties.ui.h:2
msgid "<b>Calltips</b>"
msgstr "<b>Calltips</b>"

#: ../plugins/language-support-python/python-plugin-properties.ui.h:3
msgid "<b>Indentation parameters</b>"
msgstr "<b>Indentation parameters</b>"

#: ../plugins/language-support-python/python-plugin-properties.ui.h:4
msgid "<b>Interpreter</b>"
msgstr "<b>Interpreter</b>"

#: ../plugins/language-support-python/python-plugin-properties.ui.h:5
msgid "<b>Smart Indentation</b>"
msgstr "<b>Smart Indentation</b>"
Comment 1 Philip Withnall 2010-08-27 17:05:19 UTC
Created attachment 168916 [details] [review]
Remove markup from translatable strings
Comment 2 Sébastien Granjoux 2010-08-28 10:09:29 UTC
Review of attachment 168916 [details] [review]:

Thanks for you patch. I have committed in the development version.