Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9538 from JosJuice/qt-sw-gameid
DolphinQt: Fix <game_id> tag in SoftwareRendererWidget.cpp
  • Loading branch information
leoetlino committed Mar 1, 2021
2 parents 9d0983c + c981443 commit 26f0bf8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -166,8 +166,8 @@ void SoftwareRendererWidget::AddDescriptions()
QT_TR_NOOP("Show various rendering statistics.<br><br><dolphin_emphasis>If unsure, leave "
"this unchecked.</dolphin_emphasis>");
static const char TR_DUMP_TEXTURES_DESCRIPTION[] =
QT_TR_NOOP("Dump decoded game textures to User/Dump/Textures/<game_id>/.<br><br "
"/><dolphin_emphasis>If unsure, leave "
QT_TR_NOOP("Dump decoded game textures to "
"User/Dump/Textures/&lt;game_id&gt;/.<br><br><dolphin_emphasis>If unsure, leave "
"this unchecked.</dolphin_emphasis>");
static const char TR_DUMP_OBJECTS_DESCRIPTION[] =
QT_TR_NOOP("Dump objects to User/Dump/Objects/.<br><br><dolphin_emphasis>If unsure, leave "
Expand Down

0 comments on commit 26f0bf8

Please sign in to comment.