Skip to content

Commit 10a05be

Browse files
committed
Fix the lint issues
1 parent e6acedc commit 10a05be

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
@@ -85,21 +85,21 @@
8585
<string name="tabSwitcherFabCloseTabs">Close Tabs</string>
8686
<string name="selectTabsMenuItem">Select Tabs</string>
8787
<string name="selectAllTabsMenuItem">Select All</string>
88-
<plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity">
88+
<plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
8989
<item quantity="zero">Share Link</item>
9090
<item quantity="one">Share Link</item>
91-
<item quantity="other">Share %d Links</item>
91+
<item quantity="other">Share %1$d Links</item>
9292
</plurals>
93-
<plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity">
93+
<plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
9494
<item quantity="zero">Bookmark This Page</item>
9595
<item quantity="one">Bookmark This Page</item>
96-
<item quantity="other">Bookmark %d Tabs</item>
96+
<item quantity="other">Bookmark %1$d Tabs</item>
9797
</plurals>
9898
<string name="bookmarkAllTabsMenuItem">Bookmark All Tabs…</string>
99-
<plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity">
99+
<plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction">
100100
<item quantity="zero">Close Tab</item>
101101
<item quantity="one">Close Tab</item>
102-
<item quantity="other">Close %d Tabs</item>
102+
<item quantity="other">Close %1$d Tabs</item>
103103
</plurals>
104104
<string name="closeOtherTabsMenuItem">Close Other Tabs</string>
105105

0 commit comments

Comments
 (0)