diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-05 15:37:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-05 15:37:44 +0100 |
commit | a77fa92645cd6ef100d3f70473579cf518c8aa9e (patch) | |
tree | 44faa51dc731054e3a26d29a8870670a2cdcc8e3 /src/passphrase_helper.h | |
parent | m (diff) | |
download | libpassphrase-a77fa92645cd6ef100d3f70473579cf518c8aa9e.tar.gz libpassphrase-a77fa92645cd6ef100d3f70473579cf518c8aa9e.tar.bz2 libpassphrase-a77fa92645cd6ef100d3f70473579cf518c8aa9e.tar.xz |
add description of strength value
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/passphrase_helper.h')
-rw-r--r-- | src/passphrase_helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/passphrase_helper.h b/src/passphrase_helper.h index b8abb3a..e41ca0c 100644 --- a/src/passphrase_helper.h +++ b/src/passphrase_helper.h @@ -45,6 +45,9 @@ #ifndef PASSPHRASE_TEXT_NOT_EMPTY # define PASSPHRASE_TEXT_NOT_EMPTY "(not empty)" #endif +#ifndef PASSPHRASE_TEXT_STRENGTH +# define PASSPHRASE_TEXT_STRENGTH "Strength:" +#endif |