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!
This commit is contained in:
Electric Keet 2023-07-16 13:31:22 -07:00 committed by tildearrow
parent 64aad1bbb6
commit f0d51323af
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const char* queryReplaceModes[GUI_QUERY_REPLACE_MAX]={
"set",
"add",
"add (overflow)",
"scale",
"scale %",
"clear"
};