Skip to content

Commit 30ea5e8

Browse files
committed
Grammar fix
1 parent c595b13 commit 30ea5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DrawingProgram/ScreenshotTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void ScreenshotTool::gui_toolbox() {
5353
t.gui.text_label_centered("Screenshot");
5454
auto oldImgSize = controls.imageSize;
5555
if(controls.selectionMode == 0)
56-
t.gui.text_label("Select an area from the canvas...");
56+
t.gui.text_label("Select an area on the canvas...");
5757
if(controls.selectionMode != 0 && controls.selectedType != SCREENSHOT_SVG)
5858
t.gui.input_scalar_fields("Image Size", "Image Size", &controls.imageSize, 2, 0, 999999999);
5959
if(controls.selectionMode == 2) {

0 commit comments

Comments
 (0)