mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Prefer "Save Troubleshooting Info" over "... Pack"
This commit is contained in:
parent
2afc692eca
commit
82d9cd016d
1 changed files with 1 additions and 1 deletions
|
|
@ -916,7 +916,7 @@ int main() {
|
||||||
|
|
||||||
const TASKDIALOG_BUTTON buttons[]{
|
const TASKDIALOG_BUTTON buttons[]{
|
||||||
{IdButtonRestart, L"Restart\nRestart the game with the above-selected option."},
|
{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."},
|
{IdButtonExit, L"Exit\nExit the game."},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue