Skip to content

Commit

Permalink
Fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
0nko committed Feb 13, 2025
1 parent 4e9754f commit cedbb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<string name="tabSwitcherFabCloseTabs">Close Tabs</string>
<string name="selectTabsMenuItem">Select Tabs</string>
<string name="selectAllTabsMenuItem">Select All</string>
<string name="tabSelectionTitle">%1$d Selected</string>
<string name="tabSelectionTitle" tools:ignore="MissingInstruction">%1$d Selected</string>
<plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
<item quantity="zero">Share Link</item>
<item quantity="one">Share Link</item>
Expand Down

0 comments on commit cedbb62

Please sign in to comment.