Skip to content

Commit

Permalink
Extract string resource
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Aug 19, 2016
1 parent f4251fa commit fcea711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/transactions_list_actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
app:showAsAction="never|withText" />
<item android:id="@+id/menu_compact_trn_view"
android:icon="@drawable/content_edit_holo_dark"
android:title="Compact View"
android:title="@string/menu_show_compact_view"
android:checkable="true"
app:showAsAction="never|withText" />
</menu>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,5 @@
<string name="repeat_until_date">until %1$s</string>
<string name="repeat_on_weekday">on %1$s</string>
<string name="repeat_x_times">for %1$s times</string>
<string name="menu_show_compact_view">Compact View</string>
</resources>

0 comments on commit fcea711

Please sign in to comment.