Allon Mureinik has uploaded a new change for review. Change subject: Text fixes ......................................................................
Text fixes Fixed typos and text issues: htts -> https ovirt -> oVirt (as per style of http://www.ovirt.org) ovirt-engine -> oVirt (for consistency between CentOS and Fedora) Change-Id: I06fda5e0cd7abc9dfd04c55532b9438f9554b2ca Signed-off-by: Allon Mureinik <[email protected]> --- M centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh M fedora/oVirtLiveFiles/engine-setup-yad.sh 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/57/19957/1 diff --git a/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh b/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh index a22da26..05c4648 100755 --- a/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh +++ b/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh @@ -39,7 +39,7 @@ if $cmd; then echo "Setup ended successfully" rm -f ~liveuser/.config/autostart/engine-setup.desktop - yad --text "Setup ended successfully\nopening ovirt now on htts://localhost.localdomain" --button="gtk-ok:0" + yad --text "Setup ended successfully\nopening oVirt now on https://localhost.localdomain" --button="gtk-ok:0" /usr/bin/firefox https://localhost.localdomain & exit 0 fi diff --git a/fedora/oVirtLiveFiles/engine-setup-yad.sh b/fedora/oVirtLiveFiles/engine-setup-yad.sh index 0288b9c..32b3635 100755 --- a/fedora/oVirtLiveFiles/engine-setup-yad.sh +++ b/fedora/oVirtLiveFiles/engine-setup-yad.sh @@ -40,7 +40,7 @@ if [[ $? -eq 0 ]]; then echo "setup ended successfully" rm -f ~oVirtuser/.config/autostart/engine-setup.desktop - yad --text "setup ended successfully\nopening ovirt-engine now on htts://localhost.localdomain" --button="gtk-ok:0" + yad --text "setup ended successfully\nopening oVirt now on https://localhost.localdomain" --button="gtk-ok:0" /bin/firefox https://localhost.localdomain & exit 0 fi -- To view, visit http://gerrit.ovirt.org/19957 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I06fda5e0cd7abc9dfd04c55532b9438f9554b2ca Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
