Skip to content

Commit

Permalink
Qt: Purplerain -> Purple Rain
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Apr 20, 2024
1 parent a2d81bb commit 6130173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/duckstation-qt/interfacesettingswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const char* InterfaceSettingsWidget::THEME_NAMES[] = {
QT_TRANSLATE_NOOP("MainWindow", "Cobalt Sky"),
QT_TRANSLATE_NOOP("MainWindow", "Grey Matter"),
QT_TRANSLATE_NOOP("MainWindow", "Dark Ruby"),
QT_TRANSLATE_NOOP("MainWindow", "Purplerain"),
QT_TRANSLATE_NOOP("MainWindow", "Purple Rain"),
nullptr,
};

Expand Down Expand Up @@ -118,4 +118,4 @@ InterfaceSettingsWidget::~InterfaceSettingsWidget() = default;
void InterfaceSettingsWidget::onRenderToSeparateWindowChanged()
{
m_ui.hideMainWindow->setEnabled(m_ui.renderToSeparateWindow->isChecked());
}
}

0 comments on commit 6130173

Please sign in to comment.