mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
This commit is contained in:
parent
b0c7b9078d
commit
3536fa8a75
5 changed files with 8 additions and 8 deletions
|
|
@ -1328,7 +1328,7 @@ void DlgSettings::closeEvent(QCloseEvent *event)
|
|||
break;
|
||||
case NotLoaded:
|
||||
loadErrorMessage = tr("Your card database did not finish loading\n\n"
|
||||
"Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your "
|
||||
"Please file a ticket at https://github.com/Cockatrice/Cockatrice/issues with your "
|
||||
"cards.xml attached\n\n"
|
||||
"Would you like to change your database location setting?");
|
||||
break;
|
||||
|
|
@ -1342,7 +1342,7 @@ void DlgSettings::closeEvent(QCloseEvent *event)
|
|||
break;
|
||||
default:
|
||||
loadErrorMessage = tr("Unknown card database load status\n\n"
|
||||
"Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues\n\n"
|
||||
"Please file a ticket at https://github.com/Cockatrice/Cockatrice/issues\n\n"
|
||||
"Would you like to change your database location setting?");
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue