Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/develop/masks/ellipse.c
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ static void _ellipse_set_hint_message(const dt_masks_form_gui_t *const gui,
g_strlcat(msgbuf, _("<b>rotate</b>: ctrl+drag"), msgbuf_len);
else if(gui->form_selected)
g_snprintf(msgbuf, msgbuf_len,
_("<b>feather mode</b>: shift+click, <b>rotate</b>: ctrl+drag\n"
_("<b>feather mode</b>: alt+click, <b>rotate</b>: ctrl+drag\n"
"<b>size</b>: scroll, <b>feather size</b>: shift+scroll,"
" <b>opacity</b>: ctrl+scroll (%d%%)"), opacity);
}
Expand Down
Loading