mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Qt: Add titles to various message boxes
This commit is contained in:
parent
e22c5333ab
commit
7785255470
5 changed files with 16 additions and 1 deletions
|
@ -187,6 +187,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
analytics_prompt.setIcon(QMessageBox::Question);
|
||||
analytics_prompt.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
|
||||
analytics_prompt.setWindowTitle(QObject::tr("Allow analytics"));
|
||||
analytics_prompt.setText(
|
||||
QObject::tr("Do you authorize Dolphin to report information to Dolphin's developers?"));
|
||||
analytics_prompt.setInformativeText(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue