Wording
authorJan Schneider <jan@horde.org>
Mon, 30 Nov 2009 16:27:45 +0000 (17:27 +0100)
committerJan Schneider <jan@horde.org>
Mon, 30 Nov 2009 17:02:24 +0000 (18:02 +0100)
kronolith/lib/Kronolith.php

index 90f7464..2207abb 100644 (file)
@@ -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")),