i18n fix for fix for fix.

This commit is contained in:
Alexey Skobkin 2014-11-26 23:10:54 +04:00
parent b607c04045
commit fbec7b4a2d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function pp_init_options() {
}, function() {
console.log('Default options initialized. Version upgraded to %s.', pp_version);
if (!confirm('Point+ just updated!\nCheck out new options.')) {
if (!confirm(chrome.i18n.getMessage('options_text_new_version'))) {
window.close();
}
});