From 8cd89927f0937766faf731ad104720610b92e131 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 24 Jan 2020 11:43:51 -0300 Subject: [PATCH] Fixing tooltip for screen paste options. --- src/dialogs/settings/clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/settings/clipboard.c b/src/dialogs/settings/clipboard.c index f910993..aa42bb0 100644 --- a/src/dialogs/settings/clipboard.c +++ b/src/dialogs/settings/clipboard.c @@ -151,7 +151,7 @@ { .label = N_("Paste formatted screen"), - .tooltip = N_("If enabled search clipboard for a similar screen, if found paste unprotected fields and restore cursor position"), + .tooltip = N_("When set search clipboard for a similar screen, if found paste unprotected fields and restore cursor position"), .left = 0, .top = 2, .width = 1, -- libgit2 0.21.2