Skip to content

Commit

Permalink
修复一处拼写错误。
Browse files Browse the repository at this point in the history
  • Loading branch information
oldj committed Jun 21, 2017
1 parent f3dc280 commit de1b227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?'
Expand Down
4 changes: 2 additions & 2 deletions app/ui/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.version = [3,3,6,5286];
exports.version = [3,3,6,5287];

0 comments on commit de1b227

Please sign in to comment.