mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 08:49:27 -05:00
i18n:Replace qstr with Translation.tr and update the translation file
This commit is contained in:
@@ -47,7 +47,7 @@ Item { // Tag suggestion description
|
||||
}
|
||||
StyledText {
|
||||
visible: root.showArrows && root.showTab
|
||||
text: qsTr("or")
|
||||
text: Translation.tr("or")
|
||||
font.pixelSize: Appearance.font.pixelSize.smaller
|
||||
}
|
||||
KeyboardKey {
|
||||
|
||||
Reference in New Issue
Block a user