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
+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);
}