decompiler: Use single quotes

This commit is contained in:
James Westman 2023-09-28 14:51:16 -05:00
parent ea92838cf3
commit 3d5a5521aa
15 changed files with 49 additions and 41 deletions

View file

@ -3,7 +3,7 @@ using Gtk 4.0;
Scale {
marks [
mark (-1, bottom),
mark (0, top, _("Hello, world!")),
mark (0, top, _('Hello, world!')),
mark (2),
]
}