cec-config-gui: updated labels, added 'not implemented' warning for the button config...
[deb_libcec.git] / src / cec-config-gui / actions / SendStandby.cs
index 9eb8afb42aea5fcac3a33f15f7096a01a31badb9..f2b587ea522944923b3c43d64f93e692fc989c35 100644 (file)
@@ -19,7 +19,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);
     }