There was an error while loading. Please reload this page.
1 parent c595b13 commit 30ea5e8Copy full SHA for 30ea5e8
1 file changed
src/DrawingProgram/ScreenshotTool.cpp
@@ -53,7 +53,7 @@ void ScreenshotTool::gui_toolbox() {
53
t.gui.text_label_centered("Screenshot");
54
auto oldImgSize = controls.imageSize;
55
if(controls.selectionMode == 0)
56
- t.gui.text_label("Select an area from the canvas...");
+ t.gui.text_label("Select an area on the canvas...");
57
if(controls.selectionMode != 0 && controls.selectedType != SCREENSHOT_SVG)
58
t.gui.input_scalar_fields("Image Size", "Image Size", &controls.imageSize, 2, 0, 999999999);
59
if(controls.selectionMode == 2) {
0 commit comments