瀏覽代碼

文案 typo 及语法错误修复。 #168

oldj 8 年之前
父節點
當前提交
810f22b5dc
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      app/bundle.js
  2. 4 4
      app/lang/en.js
  3. 1 1
      app/version.js

+ 1 - 1
app/bundle.js

@@ -16686,7 +16686,7 @@ module.exports = "data:application/vnd.ms-fontobject;base64,pj8AAIw+AAABAAIAAAAA
 "use strict";
 
 
-exports.version = [3, 3, 0, 5089];
+exports.version = [3, 3, 0, 5090];
 
 /***/ }),
 /* 72 */

+ 4 - 4
app/lang/en.js

@@ -52,8 +52,8 @@ exports.content = {
   , pref_after_cmd: 'Command after a hosts be applied'
   , pref_after_cmd_info: 'The following system commands will be executed when Hosts applied: '
   , pref_after_cmd_placeholder: 'input your commands here'
-  , pref_choice_mode: 'Choide mode'
-  , pref_choice_mode_multiple: 'Multiple choice'
+  , pref_choice_mode: 'Choice mode'
+  , pref_choice_mode_multiple: 'Multiple choices'
   , pref_choice_mode_single: 'Single choice'
   , preferences: 'Preferences'
   , quit: 'Quit'
@@ -62,8 +62,8 @@ exports.content = {
   , remote_hosts: 'Remote hosts'
   , search: 'Search'
   , set_and_back: 'Set and back'
-  , set_and_relaunch_app: 'Set and Relaunch App'
-  , should_restart_after_change_language: 'Should relaunch this App after changing language.'
+  , set_and_relaunch_app: 'Set and Relaunch'
+  , should_restart_after_change_language: 'Relaunch to enable the new language interface.'
   , show_dock_icon: 'Show Dock Icon'
   , sudo_pswd: 'Password'
   , sys_hosts_title: 'System Hosts'

+ 1 - 1
app/version.js

@@ -1 +1 @@
-exports.version = [3,3,0,5089];
+exports.version = [3,3,0,5090];