Fix file chooser error message

This commit is contained in:
Alex Shpak 2017-04-10 23:51:03 +02:00
parent 03302428e7
commit 17c0bd7b25
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ const OpenView = Backbone.View.extend({
if (Launcher) {
Launcher.openFileChooser((err, file) => {
if (err) {
logger.error('Error opening ашду срщщыук', err);
logger.error('Error opening file chooser', err);
} else {
this.processFile(file);
}

View File

@ -34,4 +34,4 @@
@import "areas/list";
@import "areas/menu";
@import "areas/open";
@import "areas/settings";
@import "areas/settings";