aboutsummaryrefslogtreecommitdiffstats
path: root/src/passphrase_helper.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-05 15:37:44 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-05 15:37:44 +0100
commita77fa92645cd6ef100d3f70473579cf518c8aa9e (patch)
tree44faa51dc731054e3a26d29a8870670a2cdcc8e3 /src/passphrase_helper.h
parentm (diff)
downloadlibpassphrase-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.h3
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