瀏覽代碼

修复一处拼写错误。

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

+ 1 - 1
app/lang/en.js

@@ -79,7 +79,7 @@ exports.content = {
   , pref_choice_mode_multiple: 'Multiple choices'
   , pref_choice_mode_single: 'Single choice'
   , pref_tab_advanced: 'Advanced'
-  , pref_tab_custom_cmd: 'Custom comand'
+  , pref_tab_custom_cmd: 'Custom commands'
   , pref_tab_general: 'General'
   , pref_tab_usage_data_title: 'Make SwitchHosts! better!'
   , pref_tab_usage_data_desc: 'Would you like to help us improve SwitchHosts! by periodically submitting anonymous usage data?'

文件差異過大導致無法顯示
+ 0 - 1
app/ui/bundle.js


+ 1 - 1
app/version.js

@@ -1 +1 @@
-exports.version = [3,3,6,5286];
+exports.version = [3,3,6,5287];

部分文件因文件數量過多而無法顯示