aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/apps_evolution_calendar.schemas.in
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-08-02 17:29:12 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:42 +0800
commit86f37c46dd2f61e86a82938c956490c37ed6f2ce (patch)
treededace28d636e41faa8054de274c3a20645fee24 /modules/calendar/apps_evolution_calendar.schemas.in
parent05ba35e478ff5ac8c54c570f94af5df83352464d (diff)
downloadgsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar
gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.gz
gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.bz2
gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.lz
gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.xz
gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.zst
gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.zip
Replace alarm by reminder for UI consistency. Fixes bug #340614
Diffstat (limited to 'modules/calendar/apps_evolution_calendar.schemas.in')
-rw-r--r--modules/calendar/apps_evolution_calendar.schemas.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/modules/calendar/apps_evolution_calendar.schemas.in b/modules/calendar/apps_evolution_calendar.schemas.in
index 5f946d12ef..7df4f95271 100644
--- a/modules/calendar/apps_evolution_calendar.schemas.in
+++ b/modules/calendar/apps_evolution_calendar.schemas.in
@@ -726,8 +726,8 @@
<type>int</type>
<default>-1</default>
<locale name="C">
- <short>Last alarm time</short>
- <long>Time the last alarm ran, in time_t.</long>
+ <short>Last reminder time</short>
+ <long>Time the last reminder ran, in time_t.</long>
</locale>
</schema>
@@ -739,7 +739,7 @@
<list_type>string</list_type>
<default>[]</default>
<locale name="C">
- <short>Calendars to run alarms for</short>
+ <short>Calendars to run reminders for</short>
</locale>
</schema>
@@ -751,8 +751,8 @@
<list_type>string</list_type>
<default>[]</default>
<locale name="C">
- <short>Alarm programs</short>
- <long>Programs that are allowed to be run by alarms.</long>
+ <short>Reminder programs</short>
+ <long>Programs that are allowed to be run by reminders.</long>
</locale>
</schema>
@@ -763,8 +763,8 @@
<type>bool</type>
<default>false</default>
<locale name="C">
- <short>Show display alarms in notification tray</short>
- <long>Whether or not to use the notification tray for display alarms.</long>
+ <short>Show display reminders in notification tray</short>
+ <long>Whether or not to use the notification tray for display reminders.</long>
</locale>
</schema>
@@ -798,9 +798,9 @@
<owner>evolution-calendar</owner>
<type>string</type>
<locale name="C">
- <short>Save directory for alarm audio</short>
+ <short>Save directory for reminder audio</short>
<long>
- Directory for saving alarm audio files
+ Directory for saving reminder audio files
</long>
</locale>
</schema>