mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
1. Added confirmation message to stop option in the shutdown window.
2. Added back the option to redirect the steamcmd output to the progress window.
This commit is contained in:
parent
41933e9aa1
commit
2af1e772de
10 changed files with 96 additions and 31 deletions
|
|
@ -1009,8 +1009,8 @@
|
|||
<sys:String x:Key="ServerSettings_UpgradeServer_FailedTitle">Server Update Error</sys:String>
|
||||
<sys:String x:Key="ServerSettings_UpgradeServer_MutexFailedLabel">Could not lock the server, another process is using the server. Update process was cancelled.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_StartingTitle">Stop the server?</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_StartingLabel">This will shut down the server. Do you wish to proceed?</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_RunningTitle">Stop the server?</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_StartingLabel">This will stop the server. Do you wish to proceed?</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_RunningTitle">Shutdown the server?</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_RunningLabel">This will shut down the server. Do you wish to proceed?\r\n\r\nClick Yes to shutdown with a timer.\r\nClick No to shutdown now.\r\nClick Cancel to cancel shutdown.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_FailedTitle">Starting Server Error</sys:String>
|
||||
<sys:String x:Key="ServerSettings_StartServer_MutexFailedLabel">Could not lock the server, another process is using the server. Server start was cancelled.</sys:String>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue