diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-02 17:29:12 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-08-02 17:29:12 +0800 |
commit | 444011c99f83b1b3afde86862e7efe7fc348744d (patch) | |
tree | 3257d64de8eb988cce1845facbea947487132beb /modules/calendar/e-calendar-preferences.ui | |
parent | e7e0b03502b1785655bc06f29357b3a93dd6d8cf (diff) | |
download | gsoc2013-evolution-444011c99f83b1b3afde86862e7efe7fc348744d.tar.gz gsoc2013-evolution-444011c99f83b1b3afde86862e7efe7fc348744d.tar.zst gsoc2013-evolution-444011c99f83b1b3afde86862e7efe7fc348744d.zip |
Replace alarm by reminder for UI consistency. Fixes bug #340614
Diffstat (limited to 'modules/calendar/e-calendar-preferences.ui')
-rw-r--r-- | modules/calendar/e-calendar-preferences.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/calendar/e-calendar-preferences.ui b/modules/calendar/e-calendar-preferences.ui index c01f568273..96f0d70e43 100644 --- a/modules/calendar/e-calendar-preferences.ui +++ b/modules/calendar/e-calendar-preferences.ui @@ -1158,7 +1158,7 @@ <object class="GtkLabel" id="label67"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Alarms</property> + <property name="label" translatable="yes">Reminders</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -1181,7 +1181,7 @@ <property name="spacing">4</property> <child> <object class="GtkCheckButton" id="notify_with_tray"> - <property name="label" translatable="yes">Display alarms in _notification area only</property> + <property name="label" translatable="yes">Display reminders in _notification area only</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -1341,7 +1341,7 @@ <object class="GtkLabel" id="label62"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Select the calendars for alarm notification</property> + <property name="label" translatable="yes">Select the calendars for reminder notification</property> </object> <packing> <property name="expand">False</property> |