mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-13 09:12:08 -04:00
i18n: wrap missing user-facing strings in I18n.tr() (#1624)
* fix: reverse rotation direction of sync icon in plugin browser * i18n: wrap missing user-facing strings in I18n.tr()
This commit is contained in:
@@ -166,7 +166,7 @@ StyledRect {
|
||||
}
|
||||
|
||||
StyledText {
|
||||
text: "v" + root.pluginVersion + " by " + root.pluginAuthor
|
||||
text: I18n.tr("v%1 by %2").arg(root.pluginVersion).arg(root.pluginAuthor)
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.surfaceVariantText
|
||||
width: parent.width
|
||||
|
||||
Reference in New Issue
Block a user