Skip to content

Commit

Permalink
[Fix] Replaced the long dash with a simple dash to avoid non-ASCII ch…
Browse files Browse the repository at this point in the history
…aracters not showing on old devices.
  • Loading branch information
herbeth1u committed Dec 20, 2016
1 parent dca7bf2 commit 66cab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<string name="my_recommendations">My recommendations</string>
<string name="recommendations_private_warning">We haven\'t found your recommendations... Don\'t forget to make your lists public (by unchecking \"Don\'t allow other people to see my visual novel list\" in your VNDB.org\'s preferences), then refresh this page (it can take up to 48 hours to get effective so don\'t worry)!</string>
<string name="bullet">" • "</string>
<string name="dash">" "</string>
<string name="dash">" - "</string>
<string name="pref_key_cover_background">cover_background</string>
<string name="action_options">Options</string>

Expand Down

0 comments on commit 66cab6e

Please sign in to comment.