This commit is contained in:
Philipp Crocoll
2019-09-23 11:52:38 +02:00
2 changed files with 10 additions and 10 deletions

View File

@@ -1127,7 +1127,7 @@ namespace keepass2android
var changeDbButton = FindViewById<Button>(Resource.Id.change_db);
string label = changeDbButton.Text;
if (label.EndsWith(""))
if (label.EndsWith("\u2026"))
changeDbButton.Text = label.Substring(0, label.Length - 1);
changeDbButton.Click += (sender, args) => GoToFileSelectActivity();