cec-config-gui: updated labels, added 'not implemented' warning for the button config...
[deb_libcec.git] / src / cec-config-gui / actions / SendActivateSource.cs
index e60c0a57dc8a0b4ac73f703a940aee07202ea466..17154d6d0f47c78db902de3ae36a761bd6b22ddc 100644 (file)
@@ -19,7 +19,7 @@ namespace CecConfigGui.actions
       SendEvent(UpdateEventType.ProgressBar, 50);
 
       bool bResult = Lib.SetStreamPath(Address);
-      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The device could not be powered on.");
+      SendEvent(UpdateEventType.StatusText, bResult ? "Command sent successfully." : "The 'active source' command was not acked.");
       SendEvent(UpdateEventType.ProgressBar, 100);
     }