Localize "(Selection)" in history view

main
Isaiah Odhner 2021-02-18 07:48:37 -05:00
parent f3e30580b7
commit d78ff15a35
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ function apply_image_transformation(meta, fn){
if(selection){ if(selection){
undoable({ undoable({
name: `${meta.name} (Selection)`, name: `${meta.name} (${localize("Selection")})`,
icon: meta.icon, icon: meta.icon,
soft: true, soft: true,
}, () => { }, () => {