diff options
author | JP Rosevear <jpr@ximian.com> | 2001-09-15 04:00:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-09-15 04:00:58 +0800 |
commit | 922378079b9a5290cdd15382b52e83d0450d95f2 (patch) | |
tree | 83c5b2055c6869e1030f558e64bafcb929eae70e /calendar/conduits | |
parent | bc38f72b7ccc72d8e481a65763f501241ccf8c1e (diff) | |
download | gsoc2013-evolution-922378079b9a5290cdd15382b52e83d0450d95f2.tar gsoc2013-evolution-922378079b9a5290cdd15382b52e83d0450d95f2.tar.gz gsoc2013-evolution-922378079b9a5290cdd15382b52e83d0450d95f2.tar.bz2 gsoc2013-evolution-922378079b9a5290cdd15382b52e83d0450d95f2.tar.lz gsoc2013-evolution-922378079b9a5290cdd15382b52e83d0450d95f2.tar.xz gsoc2013-evolution-922378079b9a5290cdd15382b52e83d0450d95f2.tar.zst gsoc2013-evolution-922378079b9a5290cdd15382b52e83d0450d95f2.zip |
remove translation marker for now
2001-09-14 JP Rosevear <jpr@ximian.com>
* conduits/calendar/e-calendar.conduit.in: remove translation
marker for now
svn path=/trunk/; revision=12831
Diffstat (limited to 'calendar/conduits')
-rw-r--r-- | calendar/conduits/calendar/e-calendar.conduit.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/conduits/calendar/e-calendar.conduit.in b/calendar/conduits/calendar/e-calendar.conduit.in index 336901f581..86cfbeecba 100644 --- a/calendar/conduits/calendar/e-calendar.conduit.in +++ b/calendar/conduits/calendar/e-calendar.conduit.in @@ -1,7 +1,7 @@ <gnome-pilot-conduit version="1.0"> <conduit id="e_calendar_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libecalendar_conduit.so"/> <name value="ECalendar"/> - <conduit-attribute name="description" _value="Synchronizes Calendar with Evolution"/> + <conduit-attribute name="description" value="Synchronizes Calendar with Evolution"/> <conduit-attribute name="default-synctype" value="synchronize"/> <conduit-attribute name="valid-synctypes" value="synchronize copy_from_pilot copy_to_pilot merge_from_pilot merge_to_pilot"/> <conduit-attribute name="settings" value="FALSE"/> |