typo
[deb_libcec.git] / src / cec-config-gui / actions / SendImageViewOn.cs
index 26d95346958edec089686e036b126c034d501bc0..6757073b3214cc7110b723ae632dd6e585185dd6 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.PowerOnDevices(Address);
-      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The device could not be powered on.");
+      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The 'image view on' command was not acked.");
       SendEvent(UpdateEventType.ProgressBar, 100);
     }