Skip to content

Commit

Permalink
Fixed a translation bug #2
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLuuk committed Jan 21, 2019
1 parent e5f3cec commit 76f1e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<!-- Wifi Key -->
<string name="key_wifi_setting" translatable="false">wifi_state</string>
<!-- /Key -->
<string-array name="pref_list_titles">
<string-array name="pref_list_titles" translatable="false">
<item>Always</item>
<item>Only when plugged in</item>
<item>Never</item>
</string-array>
<string-array name="pref_list_values">
<string-array name="pref_list_values" translatable="false">
<item>1</item>
<item>0</item>
<item>-1</item>
Expand Down

0 comments on commit 76f1e02

Please sign in to comment.