diff options
author | Kyle K <190571+Docteh@users.noreply.github.com> | 2022-04-13 13:29:59 -0700 |
---|---|---|
committer | Kyle K <190571+Docteh@users.noreply.github.com> | 2022-04-16 16:30:45 -0700 |
commit | 42b8148acaf9a47c2edafe89594a6dc54b22f59f (patch) | |
tree | d5da7f7258c461182a9d88e6be1b347d1e5f9874 /src/yuzu/compatdb.ui | |
parent | ca2accfb259b948431ec174ead432778f3c86f67 (diff) |
ui: Fix Game Compatibility list translations
Reported by GillianMC on Discord. Looks to be a small quirk in the QT API.
setText(QObject::tr(status.text));
bringing up QObject breaks the link with the GameListItemCompat
Diffstat (limited to 'src/yuzu/compatdb.ui')
-rw-r--r-- | src/yuzu/compatdb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/compatdb.ui b/src/yuzu/compatdb.ui index fed402176..3ca55eda6 100644 --- a/src/yuzu/compatdb.ui +++ b/src/yuzu/compatdb.ui @@ -86,7 +86,7 @@ <item row="4" column="0"> <widget class="QRadioButton" name="radioButton_Great"> <property name="text"> - <string>Great </string> + <string>Great</string> </property> </widget> </item> |