Skip to content

Commit

Permalink
Update checklist action hint from insert to toggle (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
theck13 authored and roundhill committed Feb 1, 2019
1 parent 6eb4000 commit 118fd15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Simplenote/src/main/res/menu/note_editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<item
android:id="@+id/menu_checklist"
android:icon="@drawable/ic_checklist"
android:title="@string/insert_checklist"
android:title="@string/toggle_checklist"
app:showAsAction="always" />
<item
android:id="@+id/menu_history"
Expand Down
2 changes: 1 addition & 1 deletion Simplenote/src/main/res/menu/note_markdown.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
android:id="@+id/menu_checklist"
android:enabled="false"
android:icon="@drawable/ic_checklist"
android:title="@string/insert_checklist"
android:title="@string/toggle_checklist"
app:showAsAction="always" />

<item
Expand Down
2 changes: 1 addition & 1 deletion Simplenote/src/main/res/menu/notes_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<item
android:id="@+id/menu_checklist"
android:icon="@drawable/ic_checklist"
android:title="@string/insert_checklist"
android:title="@string/toggle_checklist"
app:showAsAction="always"/>

<item
Expand Down
2 changes: 1 addition & 1 deletion Simplenote/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@
<string name="sort_tags_alphabetically">Sort alphabetically</string>
<string name="appearance">Appearance</string>
<string name="all_notes">All Notes</string>
<string name="insert_checklist">Insert checklist</string>
<string name="toggle_checklist">Toggle checklist</string>

</resources>

This comment has been minimized.

Copy link
@Tothova

Tothova Apr 14, 2019

Ahoj

0 comments on commit 118fd15

Please sign in to comment.