зеркало из https://github.com/mozilla/gecko-dev.git
Bug 356821 - Update add-search-engine-as-current checkbox label. r=mak
This commit is contained in:
Родитель
22be445ea5
Коммит
7423a235e5
|
@ -1272,7 +1272,7 @@ Engine.prototype = {
|
|||
[this._name, this._uri.host], 2);
|
||||
var checkboxMessage = null;
|
||||
if (!getBoolPref(BROWSER_SEARCH_PREF + "noCurrentEngine", false))
|
||||
checkboxMessage = stringBundle.GetStringFromName("addEngineUseNowText");
|
||||
checkboxMessage = stringBundle.GetStringFromName("addEngineAsCurrentText");
|
||||
|
||||
var addButtonLabel =
|
||||
stringBundle.GetStringFromName("addEngineAddButtonLabel");
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
addEngineConfirmTitle=Add Search Engine
|
||||
addEngineConfirmation=Add "%S" to the list of engines available in the search bar?\n\nFrom: %S
|
||||
addEngineUseNowText=Start &using it right away
|
||||
addEngineAsCurrentText=Make this the c&urrent search engine
|
||||
addEngineAddButtonLabel=Add
|
||||
|
||||
error_loading_engine_title=Download Error
|
||||
|
|
Загрузка…
Ссылка в новой задаче