diff --git a/src/tools/sizedecrease/sizedecreasetool.cpp b/src/tools/sizedecrease/sizedecreasetool.cpp index 8d639b14..b6fc8cbb 100644 --- a/src/tools/sizedecrease/sizedecreasetool.cpp +++ b/src/tools/sizedecrease/sizedecreasetool.cpp @@ -34,7 +34,7 @@ QIcon SizeDecreaseTool::icon(const QColor& background, bool inEditor) const } QString SizeDecreaseTool::name() const { - return tr("Increase Tool Size"); + return tr("Decrease Tool Size"); } ToolType SizeDecreaseTool::nameID() const diff --git a/src/widgets/capture/capturetoolbutton.cpp b/src/widgets/capture/capturetoolbutton.cpp index 57ccdfbc..c5967462 100644 --- a/src/widgets/capture/capturetoolbutton.cpp +++ b/src/widgets/capture/capturetoolbutton.cpp @@ -127,8 +127,8 @@ static std::map buttonTypeOrder { CaptureToolButton::TYPE_EXIT, 17 }, { CaptureToolButton::TYPE_PIN, 18 }, #endif - { CaptureToolButton::TYPE_SIZEINCREASE, 20 }, - { CaptureToolButton::TYPE_SIZEDECREASE, 21 }, + { CaptureToolButton::TYPE_SIZEINCREASE, 20 }, + { CaptureToolButton::TYPE_SIZEDECREASE, 21 }, }; int CaptureToolButton::getPriorityByButton(CaptureToolButton::ButtonType b)