change setup wording

This commit is contained in:
Pavol Rusnak 2014-12-16 18:45:39 +01:00
parent 0e92d4c588
commit 309604d286
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ void reset_entropy(const uint8_t *ext_entropy, uint32_t len)
i++; j++;
}
current_word[j] = 0; if (storage.mnemonic[i] != 0) i++;
char desc[] = "##th word";
char desc[] = "##th word is:";
if (word_pos < 10) {
desc[0] = ' ';
} else {