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/mail-to-task | |
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/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/mail-to-task/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml (renamed from plugins/mail-to-task/org-gnome-mail-to-task.eplug.in) | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index 03f66ec930..3dfdfe0648 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am: + * org-gnome-mail-to-task.eplug.xml: s/.in/.xml/ & i18n. + 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-mail-to-task.eplug.in: Shortened the name of the diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am index 182dcdf59f..bf72450202 100644 --- a/plugins/mail-to-task/Makefile.am +++ b/plugins/mail-to-task/Makefile.am @@ -10,4 +10,4 @@ plugin_LTLIBRARIES = liborg-gnome-mail-to-task.la liborg_gnome_mail_to_task_la_SOURCES = mail-to-task.c liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-mail-to-task.eplug.in
\ No newline at end of file +EXTRA_DIST = org-gnome-mail-to-task.eplug.xml diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml index cb1d115dfd..e82afd1ecf 100644 --- a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in +++ b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml @@ -4,8 +4,8 @@ type="shlib" id="org.gnome.evolution.plugin.mailToTask" location="@PLUGINDIR@/liborg-gnome-mail-to-task.so" - name="Mail to task"> - <description>A plugin which allows the creation of tasks from the contents of a mail message.</description> + _name="Mail to task"> + <_description>A plugin which allows the creation of tasks from the contents of a mail message.</_description> <author name="Rodrigo Moya" email="rodrigo@novell.com"/> <!-- hook into the uri popup menu --> @@ -15,7 +15,7 @@ type="item" path="71.mail_to_task" icon="stock_todo" - label="Con_vert to Task" + _label="Con_vert to Task" enable="one" visible="one" activate="org_gnome_mail_to_task"/> |