mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Qt: Minor text tweaks
This commit is contained in:
@ -42,7 +42,7 @@ PostProcessingConfigWindow::PostProcessingConfigWindow(EnhancementsWidget* paren
|
||||
m_post_processor->LoadShader(m_shader);
|
||||
}
|
||||
|
||||
setWindowTitle(tr("Post Processing Shader Configuration"));
|
||||
setWindowTitle(tr("Post-Processing Shader Configuration"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
PopulateGroups();
|
||||
|
Reference in New Issue
Block a user