From 2cd5c0149f2352ec7a5cda14eb016163acc1a990 Mon Sep 17 00:00:00 2001 From: nuintun Date: Sun, 22 Nov 2015 12:38:51 +0800 Subject: [PATCH] update files --- bin/app-configure.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/app-configure.js b/bin/app-configure.js index 0bb9753..ab7506a 100644 --- a/bin/app-configure.js +++ b/bin/app-configure.js @@ -257,7 +257,7 @@ AppConfigure.prototype = { title: this.title, defaultPath: TEMPCONFIGUREPATH, properties: ['openFile'], - filters: [{ name: 'Config Files', extensions: ['config'] }] + filters: [{ name: 'Configure Files', extensions: ['config'] }] }, function (paths){ if (paths) { fs.readFile(paths[0], function (error, configure){ @@ -300,7 +300,7 @@ AppConfigure.prototype = { dialog.showSaveDialog(this.window, { title: this.title, defaultPath: TEMPCONFIGUREPATH, - filters: [{ name: 'Config Files', extensions: ['config'] }] + filters: [{ name: 'Configure Files', extensions: ['config'] }] }, function (path){ if (path) { fs.createReadStream(CONFIGUREPATH)