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/copy-tool | |
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/copy-tool')
-rw-r--r-- | plugins/copy-tool/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/copy-tool/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/copy-tool/org-gnome-copy-tool.eplug.xml (renamed from plugins/copy-tool/org-gnome-copy-tool.eplug.in) | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/plugins/copy-tool/ChangeLog b/plugins/copy-tool/ChangeLog index 7aa644e2d6..a8dcbc0a6e 100644 --- a/plugins/copy-tool/ChangeLog +++ b/plugins/copy-tool/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am: + * org-gnome-copy-tool.eplug.xml: s/.in/.xml/ & i18n. + 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-copy-tool.eplug.in: Added a . to the end of description. diff --git a/plugins/copy-tool/Makefile.am b/plugins/copy-tool/Makefile.am index 73092c3d20..8083f347e7 100644 --- a/plugins/copy-tool/Makefile.am +++ b/plugins/copy-tool/Makefile.am @@ -10,4 +10,4 @@ plugin_LTLIBRARIES = liborg-gnome-copy-tool.la liborg_gnome_copy_tool_la_SOURCES = copy-tool.c liborg_gnome_copy_tool_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-copy-tool.eplug.in
\ No newline at end of file +EXTRA_DIST = org-gnome-copy-tool.eplug.xml diff --git a/plugins/copy-tool/org-gnome-copy-tool.eplug.in b/plugins/copy-tool/org-gnome-copy-tool.eplug.xml index 54afde88a2..9a759277e5 100644 --- a/plugins/copy-tool/org-gnome-copy-tool.eplug.in +++ b/plugins/copy-tool/org-gnome-copy-tool.eplug.xml @@ -4,8 +4,8 @@ type="shlib" id="org.gnome.evolution.plugin.copyTool" location="@PLUGINDIR@/liborg-gnome-copy-tool.so" - name="Copy tool"> - <description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard.</description> + _name="Copy tool"> + <_description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard.</_description> <author name="Michael Zucchi" email="notzed@ximian.com"/> <!-- hook into the uri popup menu --> @@ -15,7 +15,7 @@ type="item" path="80.test" icon="gtk-copy" - label="Copy _Email Address" + _label="Copy _Email Address" visible="mailto" activate="org_gnome_copy_tool_copy_address"/> </menu> |