X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2Factions%2FSendActivateSource.cs;h=17154d6d0f47c78db902de3ae36a761bd6b22ddc;hb=75af24f133bfd316bc69a9b63e190047186f169a;hp=e60c0a57dc8a0b4ac73f703a940aee07202ea466;hpb=96fa7764c1af5034afaba2646831df0a74419249;p=deb_libcec.git diff --git a/src/cec-config-gui/actions/SendActivateSource.cs b/src/cec-config-gui/actions/SendActivateSource.cs index e60c0a5..17154d6 100644 --- a/src/cec-config-gui/actions/SendActivateSource.cs +++ b/src/cec-config-gui/actions/SendActivateSource.cs @@ -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); }