Skip to content

Commit

Permalink
[change] (editing) tooltip wording
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Nov 20, 2023
1 parent 32ffdf0 commit e10addc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iolite_plugins/voxel_editing_plugin/editing_ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ void show_editing_toolbar()
show_palette_index_picker(palette, current_tool_params.palette_range,
tb_button_size);
show_tooltip(
"The color or color selection for the editing operations. Press "
"[SHIFT] to add or remove colors to/from the selection.");
"The color or color selection for the editing operations.\nHold "
"[SHIFT] to add/remove colors to/from the selection.");
ImGui::EndDisabled();
}

Expand Down

0 comments on commit e10addc

Please sign in to comment.