Bug 1267057 - Fix spelling of errorAddPermission. r=Ratty a=Ratty typo fix

This commit is contained in:
Frank-Rainer Grahl 2016-04-24 22:37:17 +08:00
Родитель e30e793eac
Коммит 2be244bf6c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -493,7 +493,7 @@ function setCookiePermissions(action) {
var uri = ioService.newURI(url, null, null);
} catch (e) {
// show an error if URI can not be constructed or adding it failed
window.alert(cookieBundle.getString("errorAddPermisison"));
window.alert(cookieBundle.getString("errorAddPermission"));
return;
}
// only allow a few schemes here

Просмотреть файл

@ -15,7 +15,7 @@ forSecureOnly=Encrypted connections only
forAnyConnection=Any type of connection
expireAtEndOfSession=At end of session
allowedURLSchemes=Check the entered url. Also you can only add permissions for http or https schemes
errorAddPermisison=Permission for site could not be added
errorAddPermission=Permission for site could not be added
deleteAllCookies=Are you sure you want to delete all the cookies?
deleteAllCookiesTitle=Remove All Cookies
deleteAllCookiesYes=&Remove