typo
[deb_libcec.git] / src / cec-config-gui / actions / SendStandby.cs
index 9eb8afb42aea5fcac3a33f15f7096a01a31badb9..99bd0239d5faeb9c6153c40ff7ca9f82b7cddd3d 100644 (file)
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using CecSharp;
+using CecSharp;
 
 namespace CecConfigGui.actions
 {
@@ -19,7 +16,7 @@ namespace CecConfigGui.actions
       SendEvent(UpdateEventType.ProgressBar, 50);
 
       bool bResult = Lib.StandbyDevices(Address);
-      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The device could not be powered on.");
+      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The 'standby' command was not acked.");
       SendEvent(UpdateEventType.ProgressBar, 100);
     }