summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-08-11 21:38:05 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-08-11 21:38:05 +0200
commitf10a09f0925a5dbb72672478bfa4f783acd8ebcb (patch)
tree0b354a82c5a3d8a192dfc32a748417ef426f5df4
parent1ca75b74ce0478b9d8e2fe152026a12bd469cf9d (diff)
Correct description
-rw-r--r--src/monitor-gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor-gui.cc b/src/monitor-gui.cc
index f4f80d5..ae0e217 100644
--- a/src/monitor-gui.cc
+++ b/src/monitor-gui.cc
@@ -1051,7 +1051,7 @@ public:
del.get()));
dlg->add_string("issuer", "Issuer name",
main_->config()->get("issuer", ""),
- "Issuer name to user instead of default.");
+ "Issuer name to use instead of the default.");
dlg->add_file("output", "File", "",
"File to save certificate and key pair to.",
GuiFile::FILE_SAVE, pem_filter_);