Fix two typos: assoziated -> associated.
This commit is contained in:
parent
1e25b2aa5b
commit
802c21a793
|
@ -21,7 +21,7 @@
|
||||||
<string name="participant">Participant</string>
|
<string name="participant">Participant</string>
|
||||||
<string name="visitor">Visitor</string>
|
<string name="visitor">Visitor</string>
|
||||||
<string name="enter_new_name">Enter a new name:</string>
|
<string name="enter_new_name">Enter a new name:</string>
|
||||||
<string name="remove_contact_text">Do you want to delete %s from your roster. The conversation assoziated with this account will not be removed.</string>
|
<string name="remove_contact_text">Do you want to delete %s from your roster. The conversation associated with this account will not be removed.</string>
|
||||||
<string name="untrusted_cert_hint">The server %s presented you with an untrusted, possible self signed, certificate.</string>
|
<string name="untrusted_cert_hint">The server %s presented you with an untrusted, possible self signed, certificate.</string>
|
||||||
<string name="account_info">Server Info</string>
|
<string name="account_info">Server Info</string>
|
||||||
<string name="register_account">Register new account on server</string>
|
<string name="register_account">Register new account on server</string>
|
||||||
|
|
|
@ -518,7 +518,7 @@ public class ConversationFragment extends Fragment {
|
||||||
getActivity());
|
getActivity());
|
||||||
builder.setTitle("No openPGP key found");
|
builder.setTitle("No openPGP key found");
|
||||||
builder.setIconAttribute(android.R.attr.alertDialogIcon);
|
builder.setIconAttribute(android.R.attr.alertDialogIcon);
|
||||||
builder.setMessage("There is no openPGP key assoziated with this contact");
|
builder.setMessage("There is no openPGP key associated with this contact");
|
||||||
builder.setNegativeButton("Cancel", null);
|
builder.setNegativeButton("Cancel", null);
|
||||||
builder.setPositiveButton("Send plain text",
|
builder.setPositiveButton("Send plain text",
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
|
|
Loading…
Reference in a new issue