From 5790b59beec73c4701a771dde8074a80a412702b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 30 Nov 2009 17:27:45 +0100 Subject: [PATCH] Wording --- kronolith/lib/Kronolith.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 90f74648d..2207abb14 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -288,8 +288,8 @@ class Kronolith /* Gettext strings used in core javascript files. */ $code['text'] = array( - 'ajax_timeout' => _("There has been no contact with the remote server for several minutes. The server may be temporarily unavailable or network problems may be interrupting your session. You will not see any updates until the connection is restored."), - 'ajax_recover' => _("The connection to the remote server has been restored."), + 'ajax_timeout' => _("There has been no contact with the calendar server for several minutes. The server may be temporarily unavailable or network problems may be interrupting your session. You will not see any updates until the connection is restored."), + 'ajax_recover' => _("The connection to the calendar server has been restored."), 'alarm' => _("Alarm:"), 'noalerts' => _("No Notifications"), 'alerts' => str_replace('%d', '#{count}', _("%d notifications")), -- 2.11.0