agent: Comment spell fix.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2021-02-12 16:07:19 +09:00
parent e1e3f1db46
commit 42e637a1c3
1 changed files with 2 additions and 2 deletions

View File

@ -960,8 +960,8 @@ setup_genpin (ctrl_t ctrl)
hovering over the generate button. Please use an appropriate
string to describe what this is about. The length of the
tooltip is limited to about 900 characters. If you do not
translate this entry, a default english text (see source)
will be used. The strcmp th8ingy is tehre to dected a
translate this entry, a default English text (see source)
will be used. The strcmp thingy is there to detect a
non-translated string. */
tooltip = L_("pinentry.genpin.tooltip");
if (!strcmp ("pinentry.genpin.tooltip", tooltip))