Skip to content

Commit

Permalink
For mozilla-mobile#22502 - Keep the previous string resource until sa…
Browse files Browse the repository at this point in the history
…fe to remove

See mozilla-mobile#20871
  • Loading branch information
Mugurell authored and pkirakosyan committed Mar 7, 2022
1 parent 76562fc commit d386688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
<!-- Title for showing a group item in the 'Jump back in' section of the new tab
The first parameter is the search term that the user used. (for example: your search for "cat")-->
<string name="recent_tabs_search_term">Your search for \"%1$s\"</string>
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
<string name="recent_tabs_search_term_count" moz:removedIn="96" tools:ignore="UnusedResources">Sites: %1$s</string>
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
<string name="recent_tabs_search_term_count_2">%d sites</string>
Expand Down

0 comments on commit d386688

Please sign in to comment.