i18n: Fix translatable string extraction tool bug.

This commit is contained in:
月月
2025-07-14 15:08:40 +08:00
parent 8f3b2474d2
commit 2eff8d6db4
5 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ ShellRoot {
}
}
StyledText {
text: "Drag or click a region • LMB: Copy • RMB: Edit"
text: Translation.tr("Drag or click a region • LMB: Copy • RMB: Edit")
color: root.genericContentForeground
}
}