diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-08-11 21:38:05 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-08-11 21:38:05 +0200 |
| commit | f10a09f0925a5dbb72672478bfa4f783acd8ebcb (patch) | |
| tree | 0b354a82c5a3d8a192dfc32a748417ef426f5df4 | |
| parent | 1ca75b74ce0478b9d8e2fe152026a12bd469cf9d (diff) | |
Correct description
| -rw-r--r-- | src/monitor-gui.cc | 2 |
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_); |
