Skip to content

Commit

Permalink
Fixed #72 : Typo in the settings : "zeo" priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed Jan 28, 2015
1 parent ac22856 commit ecfca04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PADListenerApp/src/main/res/values/array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<item>High</item>
<item>Medium</item>
<item>Low</item>
<item>Zeo</item>
<item>Zero</item>
</string-array>
<string-array name="settings_sync_default_monster_create_priority_entryValues">
<item>HIGH</item>
Expand Down
4 changes: 4 additions & 0 deletions PADListenerApp/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release
version="" versioncode="">
<change>Fixed #72 : Typo in the settings : "zeo" priority</change>
</release>
<release
version="2.1.1" versioncode="49">
<change>Fixed #70 : Wrong app name with some launchers ("Home" instead of "PADListener")</change>
Expand Down

0 comments on commit ecfca04

Please sign in to comment.