diff options
Diffstat (limited to 'plugins/publish-calendar')
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/publish-calendar/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml (renamed from plugins/publish-calendar/org-gnome-publish-calendar.eplug.in) | 8 |
3 files changed, 9 insertions, 5 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index 9298fceee7..e1799f5bcc 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang <fundawang@linux.net.cn> + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-12-22 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined on Windows. Link with used diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am index 2787add45d..6453c9da60 100644 --- a/plugins/publish-calendar/Makefile.am +++ b/plugins/publish-calendar/Makefile.am @@ -30,6 +30,6 @@ liborg_gnome_publish_calendar_la_LIBADD = \ $(EVOLUTION_CALENDAR_LIBS) EXTRA_DIST = \ - org-gnome-publish-calendar.eplug.in \ + org-gnome-publish-calendar.eplug.xml \ publish-calendar.glade \ org-gnome-publish-calendar.xml diff --git a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml index e42cc8cac5..bdf009fa5b 100644 --- a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in +++ b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml @@ -4,8 +4,8 @@ type="shlib" location="@PLUGINDIR@/liborg-gnome-publish-calendar@SOEXT@" id="org.gnome.evolution.calendar.publish" - name="Calendar Publishing"> - <description>Allows calendars to be published to the web</description> + _name="Calendar Publishing"> + <_description>Allows calendars to be published to the web</_description> <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/> <!-- calendar main menu --> <hook class="org.gnome.evolution.shell.bonobomenu:1.0"> @@ -27,11 +27,11 @@ <item type="page" path="30.publishing" - label="Calendar Publishing"/> + _label="Calendar Publishing"/> <item type="section" path="30.publishing/00.urls" - label="Locations"/> + _label="Locations"/> <item type="item" path="30.publishing/00.urls/00.locations" |