From b33d8d1ee5b765b82aef1011006b2cedc5c453b1 Mon Sep 17 00:00:00 2001 From: Ernir Erlingsson <ernir@ymirmobile.com> Date: Thu, 10 Dec 2015 10:55:13 +0100 Subject: [PATCH] fixed missing string --- briar-android/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar-android/res/values/strings.xml b/briar-android/res/values/strings.xml index 2a3b21c7ab..6532d77d8a 100644 --- a/briar-android/res/values/strings.xml +++ b/briar-android/res/values/strings.xml @@ -113,5 +113,5 @@ <!-- Dialogs --> <string name="dialog_title_lost_password">Lost password</string> - <string name="dialog_message_lost_password">Password recovery is not possible. Do you wish to delete your user and re-register ?</string> + <string name="dialog_message_lost_password">Password recovery is not possible. Do you wish to delete your user, all contacts, and re-register ?</string> </resources> \ No newline at end of file -- GitLab