From f0d51323af74ac76789dd013e19b1ce5d73d72c5 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Sun, 16 Jul 2023 13:31:22 -0700 Subject: [PATCH] Add percent sign in replace dialog. It's not clear that the "scale" option in the find/replace dialog is meant to be a percentage. This'll fix that! --- src/gui/findReplace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/findReplace.cpp b/src/gui/findReplace.cpp index 0755e791e..b6fcd14ce 100644 --- a/src/gui/findReplace.cpp +++ b/src/gui/findReplace.cpp @@ -39,7 +39,7 @@ const char* queryReplaceModes[GUI_QUERY_REPLACE_MAX]={ "set", "add", "add (overflow)", - "scale", + "scale %", "clear" };