From: Jan Schneider Date: Mon, 8 Feb 2010 22:01:43 +0000 (+0100) Subject: These are strings now. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2712166321488cb5cb2b449af6883b5c7a198f56;p=horde.git These are strings now. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 0752e7c1a..7efe48c1d 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -303,9 +303,9 @@ class Kronolith 'ajax_recover' => _("The connection to the calendar server has been restored."), 'alarm' => _("Alarm:"), 'noalerts' => _("No Notifications"), - 'alerts' => sprintf(_("%d notifications"), '#{count}'), + 'alerts' => sprintf(_("%s notifications"), '#{count}'), 'hidelog' => _("Hide Notifications"), - 'week' => sprintf(_("Week %d"), '#{week}'), + 'week' => sprintf(_("Week %s"), '#{week}'), 'agenda' => _("Agenda"), 'searching' => sprintf(_("Events matching \"%s\""), '#{term}'), 'allday' => _("All day"),