small ui changes in encrypt

This commit is contained in:
Vincent Breitmoser
2014-09-01 21:43:15 +02:00
parent 6a3e7921cf
commit 6b5e65253c
4 changed files with 13 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView {
private void initView() {
swapCursor(null);
setPrefix(getContext().getString(R.string.label_to));
setPrefix(getContext().getString(R.string.label_to) + " ");
allowDuplicates(false);
}