Skip to content

Commit 62178b6

Browse files
andriiryzhkovTurboGit
authored andcommitted
Fix hint lines in object mask
1 parent 484345a commit 62178b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/develop/masks/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ static void _object_set_hint_message(
19441944
g_snprintf(msgbuf,
19451945
msgbuf_len,
19461946
_("<b>add</b>: click, <b>subtract</b>: shift+click, "
1947-
"<b>clear</b>: ctrl+shift+click\n"
1947+
"<b>clear</b>: ctrl+shift+click, "
19481948
"<b>apply</b>: right-click, "
19491949
"<b>apply+save raster</b>: shift+right-click\n"
19501950
"<b>smoothing</b>: scroll (%3.2f), "

0 commit comments

Comments
 (0)