Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
816: string updates for localization (#852)
Browse files Browse the repository at this point in the history
* Revert "Revert delete PRs (#836)"

This reverts commit 974a585.

* Lockwise placeholder in delete_description and descriptive comment in edit string
  • Loading branch information
Elise Richards authored Jul 30, 2019
1 parent 19ddc12 commit 4828903
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,12 @@

<!-- This is the description for the kebab menu in the item detail toolbar. -->
<string name="kebab_menu">More options</string>
<!-- This is the text on a button to delete a login. -->
<!-- This is the text on an item in the item detail toolbar menu to delete an entry. -->
<string name="delete">Delete</string>
<!-- This is the confirmation message title seen when attempting to delete a login. -->
<string name="delete_this_login">Delete this login?</string>
<!-- This is the description for the deletion dialog. -->
<string name="delete_description">This will delete the login from both Lockwise and Firefox.</string>
<string name="delete_description">This will delete the login from both %1$s and Firefox.</string>
<!-- This is the text on an item in the item detail toolbar menu to edit an entry. -->
<string name="edit">Edit</string>
</resources>

0 comments on commit 4828903

Please sign in to comment.