1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

Use i18n for tab switch message.

This commit is contained in:
Dominic Clifton 2015-01-08 11:38:10 +00:00
parent e7e9b3f2c7
commit e4bc970680
2 changed files with 7 additions and 1 deletions

View file

@ -63,7 +63,7 @@ $(document).ready(function () {
tab = $(self).parent().prop('class');
if (!CONFIGURATOR.connectionValid) {
GUI.log('tabSwitchConnectionRequired');
GUI.log(chrome.i18n.getMessage('tabSwitchConnectionRequired'));
return;
}