Prefer "Save Troubleshooting Info" over "... Pack"

This commit is contained in:
Kaz Wolfe 2024-02-16 15:56:51 -08:00
parent 2afc692eca
commit 82d9cd016d
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4

View file

@ -916,7 +916,7 @@ int main() {
const TASKDIALOG_BUTTON buttons[]{
{IdButtonRestart, L"Restart\nRestart the game with the above-selected option."},
{IdButtonSaveTsPack, L"Save Troubleshooting Pack\nSave a .tspack file containing information about this crash for analysis."},
{IdButtonSaveTsPack, L"Save Troubleshooting Info\nSave a .tspack file containing information about this crash for analysis."},
{IdButtonExit, L"Exit\nExit the game."},
};