diff --git a/briar-android/res/values/strings.xml b/briar-android/res/values/strings.xml index 58fdbf3e9..2ab0dc683 100644 --- a/briar-android/res/values/strings.xml +++ b/briar-android/res/values/strings.xml @@ -16,10 +16,8 @@ Create Account Enter your password: Password - Yes - No I have forgotten my password - Wrong password, try again! + Wrong password, try again Sign In Briar could not start You may need to reinstall Briar. @@ -87,6 +85,7 @@ Add Cancel Done + Delete Forum post sent New private message. @@ -117,7 +116,7 @@ None Choose ringtone Panic Button App - No panic button app has been set + No app has been set None Sign Out Sign out of Briar if a panic button is pressed @@ -127,7 +126,6 @@ Online Offline Send - Data Transports Internet Bluetooth Wi-Fi @@ -140,5 +138,5 @@ Confirm Contact Deletion Are you sure that you want to remove this contact and all messages exchanged with this contact? Confirm Panic App - Are you sure that you want to allow %1$s to trigger destructive panic actions? + Are you sure that you want to allow %1$s to trigger destructive panic button actions? diff --git a/briar-android/src/org/briarproject/android/PasswordActivity.java b/briar-android/src/org/briarproject/android/PasswordActivity.java index a1f06a3ea..9a08062f5 100644 --- a/briar-android/src/org/briarproject/android/PasswordActivity.java +++ b/briar-android/src/org/briarproject/android/PasswordActivity.java @@ -113,8 +113,8 @@ public class PasswordActivity extends BaseActivity { AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setTitle(R.string.dialog_title_lost_password); builder.setMessage(R.string.dialog_message_lost_password); - builder.setNegativeButton(R.string.no, null); - builder.setPositiveButton(R.string.yes, + builder.setNegativeButton(R.string.cancel_button, null); + builder.setPositiveButton(R.string.delete_button, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) {