[SSE] Spellcheck: add hint to button
This commit is contained in:
parent
4bbab48e58
commit
6ab79420b4
|
@ -82,7 +82,8 @@ define([
|
|||
this.buttonNext = new Common.UI.Button({
|
||||
style: 'margin-left: 5px; width: 22px; height: 22px; border: 1px solid #cfcfcf;',
|
||||
cls: 'btn-toolbar bg-white',
|
||||
iconCls: 'btn-spellcheck-next'
|
||||
iconCls: 'btn-spellcheck-next',
|
||||
hint: this.txtNextTip
|
||||
});
|
||||
this.buttonNext.render($('#spellcheck-next'));
|
||||
|
||||
|
@ -174,7 +175,8 @@ define([
|
|||
textIgnoreAll: 'Ignore All',
|
||||
txtAddToDictionary: 'Add To Dictionary',
|
||||
txtDictionaryLanguage: 'Dictionary Language',
|
||||
txtComplete: 'Spellcheck has been complete'
|
||||
txtComplete: 'Spellcheck has been complete',
|
||||
txtNextTip: 'Go to the next word'
|
||||
|
||||
}, SSE.Views.Spellcheck || {}));
|
||||
});
|
|
@ -2403,5 +2403,6 @@
|
|||
"SSE.Views.Spellcheck.textIgnoreAll": "Ignore All",
|
||||
"SSE.Views.Spellcheck.txtAddToDictionary": "Add To Dictionary",
|
||||
"SSE.Views.Spellcheck.txtDictionaryLanguage": "Dictionary Language",
|
||||
"SSE.Views.Spellcheck.txtComplete": "Spellcheck has been complete"
|
||||
"SSE.Views.Spellcheck.txtComplete": "Spellcheck has been complete",
|
||||
"SSE.Views.Spellcheck.txtNextTip": "Go to the next word"
|
||||
}
|
|
@ -2331,5 +2331,6 @@
|
|||
"SSE.Views.Spellcheck.textIgnoreAll": "Пропустить все",
|
||||
"SSE.Views.Spellcheck.txtAddToDictionary": "Добавить в словарь",
|
||||
"SSE.Views.Spellcheck.txtDictionaryLanguage": "Язык словаря",
|
||||
"SSE.Views.Spellcheck.txtComplete": "Проверка орфографии закончена"
|
||||
"SSE.Views.Spellcheck.txtComplete": "Проверка орфографии закончена",
|
||||
"SSE.Views.Spellcheck.txtNextTip": "Перейти к следующему слову"
|
||||
}
|
Loading…
Reference in a new issue