Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
fenix
Commits
8a92e156
Unverified
Commit
8a92e156
authored
Feb 07, 2020
by
Gabriel Luong
Committed by
GitHub
Feb 07, 2020
Browse files
For #7924 - Add strings for undo snackbar when removing a top site (#8225)
parent
aba3c1d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/values/strings.xml
View file @
8a92e156
...
...
@@ -720,8 +720,10 @@
<string
name=
"snackbar_private_tabs_closed"
>
Private tabs closed
</string>
<!-- Text shown in snackbar when user deletes all private tabs -->
<string
name=
"snackbar_private_tabs_deleted"
>
Private tabs deleted
</string>
<!-- Text
for action
to undo deleting a tab or collection
shown in snackbar
-->
<!-- Text
shown in snackbar
to undo deleting a tab
, top site
or collection -->
<string
name=
"snackbar_deleted_undo"
>
UNDO
</string>
<!-- Text shown in snackbar when user removes a top site -->
<string
name=
"snackbar_top_site_removed"
>
Site removed
</string>
<!-- Text for action to undo deleting a tab or collection shown in a11y dialog -->
<string
name=
"a11y_dialog_deleted_undo"
>
Undo
</string>
<!-- Text for action to confirm deleting a tab or collection shown in a11y dialog -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment