diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
commit | b9269bd09862b22a89d44a61a5eb728c28ec3761 (patch) | |
tree | 23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/prefer-plain | |
parent | f77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff) | |
download | gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip |
fix names so that intltool will parse as xml
remove use of e-error-tool
tag xml for translations where appropriate
svn path=/trunk/; revision=29304
Diffstat (limited to 'plugins/prefer-plain')
-rw-r--r-- | plugins/prefer-plain/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/prefer-plain/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml (renamed from plugins/prefer-plain/org-gnome-prefer-plain.eplug.in) | 8 |
3 files changed, 10 insertions, 5 deletions
diff --git a/plugins/prefer-plain/ChangeLog b/plugins/prefer-plain/ChangeLog index b7788a02d1..f6fd3469a8 100644 --- a/plugins/prefer-plain/ChangeLog +++ b/plugins/prefer-plain/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am: + * org-gnome-prefer-plain.eplug.xml: s/.in/.xml/, fix i18n tags. + 2005-02-13 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-prefer-plain.eplug.in: Added author and moved the diff --git a/plugins/prefer-plain/Makefile.am b/plugins/prefer-plain/Makefile.am index 2ff15c7f7a..9646ecf027 100644 --- a/plugins/prefer-plain/Makefile.am +++ b/plugins/prefer-plain/Makefile.am @@ -10,4 +10,4 @@ plugin_LTLIBRARIES = liborg-gnome-prefer-plain.la liborg_gnome_prefer_plain_la_SOURCES = prefer-plain.c liborg_gnome_prefer_plain_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-prefer-plain.eplug.in
\ No newline at end of file +EXTRA_DIST = org-gnome-prefer-plain.eplug.xml diff --git a/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in b/plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml index 0e498e9559..3d426e592f 100644 --- a/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in +++ b/plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml @@ -4,11 +4,11 @@ type="shlib" id="org.gnome.evolution.plugin.preferPlain" location="@PLUGINDIR@/liborg-gnome-prefer-plain.so" - name="Prefer plain-text"> + _name="Prefer plain-text"> - <description>A test plugin which demonstrates a formatter plugin - which lets you choose to disable HTML mails.</description> + <_description>A test plugin which demonstrates a formatter plugin + which lets you choose to disable HTML mails.</_description> <author name="Michael Zucchi" email="NotZed@Ximian.com"/> @@ -17,7 +17,7 @@ <group target="prefs" id="org.gnome.evolution.mail.prefs"> <!-- we could also just insert our own items from a section factory, --> <!-- but then we also need to create our own section frame --> - <item type="section_table" path="10.html/80.mode" label="Plain Text Mode"/> + <item type="section_table" path="10.html/80.mode" _label="Plain Text Mode"/> <item type="item_table" path="10.html/80.mode/00.mode" factory="org_gnome_prefer_plain_config_mode"/> </group> </hook> |