CP-36392: Fix typo in VNCTabView.cs

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
Danilo Del Busso 2021-11-15 09:27:56 +00:00
parent caf608344e
commit 47884376a3
No known key found for this signature in database
GPG Key ID: 0C48542619080FD4

View File

@ -712,7 +712,7 @@ namespace XenAdmin.ConsoleView
else if (source.power_state == vm_power_state.Paused)
{
// CA-12637: Pause/UnPause is not supported in the GUI. Comment out
// the EnablePowerStateLabel because it gives the appearance that we
// the EnablePowerStateLabel because it gives the impression that we
// support unpause via the GUI.
DisablePowerStateLabel(Messages.CONSOLE_POWER_STATE_PAUSED);
}