make wording more verbose (in SignIdentity)

This commit is contained in:
Pavol Rusnak 2015-02-25 20:26:21 +01:00
parent eefa689b33
commit 82308d8a38
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ void layoutAddress(const char *address, const char *desc)
void layoutSignIdentity(const IdentityType *identity, const char *challenge) void layoutSignIdentity(const IdentityType *identity, const char *challenge)
{ {
layoutDialogSwipe(DIALOG_ICON_QUESTION, "Cancel", "Confirm", layoutDialogSwipe(DIALOG_ICON_QUESTION, "Cancel", "Confirm",
"Sign identity?", "Login using this identity?",
identity->has_proto ? identity->proto : NULL, identity->has_proto ? identity->proto : NULL,
identity->has_user ? identity->user : NULL, identity->has_user ? identity->user : NULL,
identity->has_host ? identity->host : NULL, identity->has_host ? identity->host : NULL,