Qt: clarify package installation during boot
This commit is contained in:
@@ -195,8 +195,12 @@ pkg_install_dialog::pkg_install_dialog(const QStringList& paths, bool from_boot,
|
|||||||
}
|
}
|
||||||
|
|
||||||
QLabel* description = new QLabel(m_dir_list->count() == 1
|
QLabel* description = new QLabel(m_dir_list->count() == 1
|
||||||
? tr("Do you want to install this package?")
|
? from_boot
|
||||||
: tr("You are about to install multiple packages.\nReorder and/or exclude them if needed, then click \"Install\" to proceed.")
|
? tr("We found a package bundled with the game.\nDo you want to install this package?")
|
||||||
|
: tr("Do you want to install this package?")
|
||||||
|
: from_boot
|
||||||
|
? tr("We found multiple packages bundled with the game.\nReorder and/or exclude them if needed, then click \"Install\" to proceed.")
|
||||||
|
: tr("You are about to install multiple packages.\nReorder and/or exclude them if needed, then click \"Install\" to proceed.")
|
||||||
);
|
);
|
||||||
QLabel* label = new QLabel(tr("Would you like to precompile caches and install shortcuts to the installed software?"));
|
QLabel* label = new QLabel(tr("Would you like to precompile caches and install shortcuts to the installed software?"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user