aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-04-14 10:22:48 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-04-14 10:22:48 +0200
commit9704bcf1c3574ac8eb7fd1e0185e08d8870953fd (patch)
tree052a87695489cfe46c64ca4f985dca32434a67b4 /src/eu
parent1e25b2aa5b97a8af96dd1690df2f19d03002750d (diff)
parent802c21a7937e96f48eea27eb5f662816bcaf86ec (diff)
Merge pull request #58 from jelmer/fix-typo-assoziated
Fix two typos: assoziated -> associated.
Diffstat (limited to 'src/eu')
-rw-r--r--src/eu/siacs/conversations/ui/ConversationFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eu/siacs/conversations/ui/ConversationFragment.java b/src/eu/siacs/conversations/ui/ConversationFragment.java
index 61843b82..06ed41e5 100644
--- a/src/eu/siacs/conversations/ui/ConversationFragment.java
+++ b/src/eu/siacs/conversations/ui/ConversationFragment.java
@@ -518,7 +518,7 @@ public class ConversationFragment extends Fragment {
getActivity());
builder.setTitle("No openPGP key found");
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.setPositiveButton("Send plain text",
new DialogInterface.OnClickListener() {