Skip to content

Commit

Permalink
code quality lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Mar 19, 2024
1 parent 50bfa42 commit e6dc486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/menu/menu_manage_notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<item
android:id="@+id/action_delete_notes"
android:icon="@drawable/ic_delete_white"
android:title="@string/title_delete"
android:title="@string/dialog_positive_delete"
android:visible="false"
ankidroid:showAsAction="always"/>
</menu>
1 change: 0 additions & 1 deletion AnkiDroid/src/main/res/values/02-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,5 +433,4 @@ opening the system text to speech settings fails">
<string name="card_browser_unavailable_when_notes_mode">Unavailable in ‘Notes’ mode</string>

<string name="card_template_reposition_template" comment="move a card template to a new position">Reposition</string>
<string name="title_delete" comment="content description (title) of the delete icon in menu">Delete</string>
</resources>

0 comments on commit e6dc486

Please sign in to comment.