1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

default tab moved to i18n

This commit is contained in:
cTn 2014-05-06 16:45:26 +02:00
parent 245328272c
commit 6a33801463
4 changed files with 29 additions and 19 deletions

View file

@ -296,7 +296,7 @@ function configuration_upload() {
send_message(MSP_codes.MSP_SET_MISC, buffer_out, false, function() {
// Save changes to EEPROM
send_message(MSP_codes.MSP_EEPROM_WRITE, false, false, function() {
GUI.log('EEPROM <span style="color: green">saved</span>');
GUI.log(chrome.i18n.getMessage('eeprom_saved_ok'));
});
});
}