diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-02 02:44:23 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:21 +0800 |
commit | 26afa6081c3d9826dbae78236dd712fad8b7c340 (patch) | |
tree | 531e8587a88bc408b91341a98e20fbd934cbb344 /calendar/gui | |
parent | f5460f323b2581af28764b96635b2d3a0f1548c9 (diff) | |
download | gsoc2013-evolution-26afa6081c3d9826dbae78236dd712fad8b7c340.tar.gz gsoc2013-evolution-26afa6081c3d9826dbae78236dd712fad8b7c340.tar.zst gsoc2013-evolution-26afa6081c3d9826dbae78236dd712fad8b7c340.zip |
Utilize the new ESourceSelector:primary-selection property.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index 70590ee0ca..c37bbbd1fb 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -10,7 +10,10 @@ <type>string</type> <locale name="C"> <short>Primary calendar</short> - <long>URI of the highlighted ("primary") calendar</long> + <long> + The UID of the selected (or "primary") calendar in the + sidebar of the "Calendar" view. + </long> </locale> </schema> @@ -512,7 +515,10 @@ <type>string</type> <locale name="C"> <short>Primary memo list</short> - <long>URI of the highlighted ("primary") memo list</long> + <long> + The UID of the selected (or "primary") memo list in the + sidebar of the "Memos" view. + </long> </locale> </schema> @@ -525,7 +531,10 @@ <type>string</type> <locale name="C"> <short>Primary task list</short> - <long>URI of the highlighted ("primary") task list</long> + <long> + The UID of the selected (or "primary") task list in the + sidebar of the "Tasks" view. + </long> </locale> </schema> |