From 63463c2bdda41c3d65c485884230e453993fc4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20P=C3=BCschel?= Date: Mon, 24 Mar 2025 21:00:36 +0100 Subject: [PATCH] clipboard: improve description of password display Improve the description of the password display option. The previous english description was the wrong way around, as it indicated that the password was only shown when the checkbox was checked. --- src/modules/clipboard/clipboard.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/clipboard/clipboard.h b/src/modules/clipboard/clipboard.h index 81fcbb8e3..de52f6766 100644 --- a/src/modules/clipboard/clipboard.h +++ b/src/modules/clipboard/clipboard.h @@ -66,8 +66,7 @@ FCITX_CONFIGURATION( "manager supports marking the clipboard content as password, " "this clipboard update will be ignored.")}}; ConditionalHidden> showPassword{ - this, "ShowPassword", - _("Hidden clipboard content that contains a password"), false}; + this, "ShowPassword", _("Display passwords as plain text"), false}; ConditionalHidden< isAndroid(), Option, ToolTipAnnotation>>