X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2Factions%2FSendStandby.cs;h=f2b587ea522944923b3c43d64f93e692fc989c35;hb=32403cc3b1abb8b186ca4bbe14cb7431a492f768;hp=9eb8afb42aea5fcac3a33f15f7096a01a31badb9;hpb=96fa7764c1af5034afaba2646831df0a74419249;p=deb_libcec.git diff --git a/src/cec-config-gui/actions/SendStandby.cs b/src/cec-config-gui/actions/SendStandby.cs index 9eb8afb..f2b587e 100644 --- a/src/cec-config-gui/actions/SendStandby.cs +++ b/src/cec-config-gui/actions/SendStandby.cs @@ -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); }