From feb02c54b918154919c224e257b79765c0770649 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 5 Feb 2013 16:13:18 -0500 Subject: [PATCH] Add missing localizable string --- UI/Scheduler/English.lproj/Localizable.strings | 1 + UI/WebServerResources/SchedulerUI.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 6fe90daf0..7f6188e55 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -533,3 +533,4 @@ vtodo_class2 = "(Confidential task)"; "Web Calendar" = "Web Calendar"; "Reload on login" = "Reload on login"; "Invalid number." = "Invalid number."; +"Please identify yourself to %{0}" = "Please identify yourself to %{0}"; diff --git a/UI/WebServerResources/SchedulerUI.js b/UI/WebServerResources/SchedulerUI.js index 97eb6da88..30bb7355f 100644 --- a/UI/WebServerResources/SchedulerUI.js +++ b/UI/WebServerResources/SchedulerUI.js @@ -1441,7 +1441,7 @@ function reauthenticateWebCalendar(folderID, refreshCBData) { triggerAjaxRequest(url, authenticateWebCalendarCallback, refreshCBData, parameters, { "Content-type": "application/x-www-form-urlencoded" }); } - showAuthenticationDialog(_("Please identify yourself to \"%{0}\"...") + showAuthenticationDialog(_("Please identify yourself to %{0}") .formatted(hostname), authenticate); }