Add missing localizable string

This commit is contained in:
Francis Lachapelle
2013-02-05 16:13:18 -05:00
parent 49a2299414
commit feb02c54b9
2 changed files with 2 additions and 1 deletions
@@ -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}";
+1 -1
View File
@@ -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);
}