mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 13:50:22 -05:00
Make DolphinQt2 strings more like DolphinWX strings
Without this, we would be pushing a lot of extra strings onto
translators now that 55fb6ef is merged.
This commit is contained in:
@@ -77,7 +77,7 @@ void AdvancedWidget::CreateWidgets()
|
||||
#endif
|
||||
|
||||
// Misc.
|
||||
auto* misc_box = new QGroupBox(tr("Misc."));
|
||||
auto* misc_box = new QGroupBox(tr("Misc"));
|
||||
auto* misc_layout = new QGridLayout();
|
||||
misc_box->setLayout(misc_layout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user