Skip to content

Commit

Permalink
Minor strings.xml corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 14, 2016
1 parent 039e649 commit b840549
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- History Activity title-->
<string name="title_activity_history">History</string>

Settings Activity title
<!--Settings Activity title-->
<string name="action_settings">Settings</string>

<string name="pref_stocks_initialized_key" translatable="false">initialized</string>
Expand All @@ -14,8 +14,9 @@

<string name="chart_no_data" translatable="false">No data</string>

<!-- Stock disply mode preference -->
<!-- Stock display mode title -->
<string name="pref_display_mode_title">Display Mode</string>

<string name="pref_display_mode_key" translatable="false">displayMode</string>
<string name="pref_display_mode_default" translatable="false">@string/pref_display_mode_percentage_key</string>

Expand Down Expand Up @@ -45,7 +46,7 @@
<string name="error_stock_not_found">Symbol %s is invalid!</string>
<!--Error message when the device is offline-->
<string name="error_no_network">No network connectivity! Will load stock cursor when the network is available.</string>
<!--Erro message when the app got no stock added-->
<!--Error message when the app got no stock added-->
<string name="error_no_stocks">No stocks added! Hit the floating action button to add one.</string>

<!--Added Stock message-->
Expand Down

0 comments on commit b840549

Please sign in to comment.