Skip to content

Commit 8b10fc0

Browse files
committed
Fix the lint issues
1 parent 0efe09f commit 8b10fc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/src/main/res/values/donottranslate.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,21 @@
8383
<string name="tabSwitcherFabCloseTabs">Close Tabs</string>
8484
<string name="selectTabsMenuItem">Select Tabs</string>
8585
<string name="selectAllTabsMenuItem">Select All</string>
86-
<plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity">
86+
<plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
8787
<item quantity="zero">Share Link</item>
8888
<item quantity="one">Share Link</item>
89-
<item quantity="other">Share %d Links</item>
89+
<item quantity="other">Share %1$d Links</item>
9090
</plurals>
91-
<plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity">
91+
<plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
9292
<item quantity="zero">Bookmark This Page</item>
9393
<item quantity="one">Bookmark This Page</item>
94-
<item quantity="other">Bookmark %d Tabs</item>
94+
<item quantity="other">Bookmark %1$d Tabs</item>
9595
</plurals>
9696
<string name="bookmarkAllTabsMenuItem">Bookmark All Tabs…</string>
97-
<plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity">
97+
<plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
9898
<item quantity="zero">Close Tab</item>
9999
<item quantity="one">Close Tab</item>
100-
<item quantity="other">Close %d Tabs</item>
100+
<item quantity="other">Close %1$d Tabs</item>
101101
</plurals>
102102
<string name="closeOtherTabsMenuItem">Close Other Tabs</string>
103103

0 commit comments

Comments
 (0)