mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
i18n fix for fix for fix.
This commit is contained in:
parent
b607c04045
commit
fbec7b4a2d
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue