diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-06-17 18:35:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 18:35:46 +0530 |
commit | 8ff37e953fafb05aed9908c4b743da259ed0912d (patch) | |
tree | 136cea86f8a0534b71492c2d3be905574d3197ed /app/src/main/res/values-cs | |
parent | c601c0b1195b8cd0cf4918d38c2f038e835718a5 (diff) |
Improve bulk deletion and password move flow (#855)
Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com>
Diffstat (limited to 'app/src/main/res/values-cs')
-rw-r--r-- | app/src/main/res/values-cs/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 24a1913d..e6c69ab3 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -13,7 +13,6 @@ <string name="title_activity_git_clone">Informace repozitáře</string> <!-- Password Store --> <string name="creation_dialog_text">Naklonujte nebo vytvořte nový repozitář před pokusem přidat heslo nebo spustit synchronizaci.</string> - <string name="delete_dialog_text">Opravdu chcete smazat heslo %1$s?</string> <string name="move">Přesunout</string> <string name="edit">Editovat</string> <string name="delete">Smazat</string> |