Commit 8cd89927f0937766faf731ad104720610b92e131
1 parent
56954fbd
Exists in
master
and in
1 other branch
Fixing tooltip for screen paste options.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/dialogs/settings/clipboard.c
| ... | ... | @@ -151,7 +151,7 @@ |
| 151 | 151 | |
| 152 | 152 | { |
| 153 | 153 | .label = N_("Paste formatted screen"), |
| 154 | - .tooltip = N_("If enabled search clipboard for a similar screen, if found paste unprotected fields and restore cursor position"), | |
| 154 | + .tooltip = N_("When set search clipboard for a similar screen, if found paste unprotected fields and restore cursor position"), | |
| 155 | 155 | .left = 0, |
| 156 | 156 | .top = 2, |
| 157 | 157 | .width = 1, | ... | ... |