aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/alarm-page.glade2
-rw-r--r--calendar/gui/e-alarm-list.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/alarm-page.glade b/calendar/gui/dialogs/alarm-page.glade
index 1850eeb515..c1a89727c7 100644
--- a/calendar/gui/dialogs/alarm-page.glade
+++ b/calendar/gui/dialogs/alarm-page.glade
@@ -191,7 +191,7 @@
<child>
<widget class="GtkMenuItem" id="convertwidget2">
<property name="visible">True</property>
- <property name="label" translatable="yes">Display a message</property>
+ <property name="label" translatable="yes">Pop up an alert</property>
<property name="use_underline">True</property>
</widget>
</child>
diff --git a/calendar/gui/e-alarm-list.c b/calendar/gui/e-alarm-list.c
index 705e6bac54..8ebba1783b 100644
--- a/calendar/gui/e-alarm-list.c
+++ b/calendar/gui/e-alarm-list.c
@@ -445,7 +445,7 @@ get_alarm_string (ECalComponentAlarm *alarm)
break;
case E_CAL_COMPONENT_ALARM_DISPLAY:
- base = _("Display a message");
+ base = _("Pop up an alert");
break;
case E_CAL_COMPONENT_ALARM_EMAIL: