login -> sign in

This commit is contained in:
Pavol Rusnak 2015-03-02 19:58:33 +01:00
parent 402886e00d
commit 1272046375
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)
{
layoutDialogSwipe(DIALOG_ICON_QUESTION, "Cancel", "Confirm",
"Login using this identity?",
"Sign in using this identity?",
identity->has_proto ? identity->proto : NULL,
identity->has_user ? identity->user : NULL,
identity->has_host ? identity->host : NULL,