Frank Kobzik has uploaded a new change for review. Change subject: engine: fix typo ......................................................................
engine: fix typo Wair for launch -> Wait for launch Change-Id: I99c62ee25ff60328b1a6510a39374a50694ae610 Bug-Url: https://bugzilla.redhat.com/1013998 Signed-off-by: Frantisek Kobzik <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/19734/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties index b10ad2d..accc2f3 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties @@ -315,7 +315,7 @@ VAR__VM_STATUS__MIGRATING=$vmStatus Migrating VAR__VM_STATUS__UNKNOWN=$vmStatus Unknown VAR__VM_STATUS__NOT_RESPONDING=$vmStatus Not Responding -VAR__VM_STATUS__WAIT_FOR_LAUNCH=$vmStatus Wair for Launch +VAR__VM_STATUS__WAIT_FOR_LAUNCH=$vmStatus Wait for Launch VAR__VM_STATUS__REBOOT_IN_PROGRESS=$vmStatus Reboot in Progress VAR__VM_STATUS__SAVING_STATE=$vmStatus Saving State VAR__VM_STATUS__RESTORING_STATE=$vmStatus Restoring State diff --git a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java index aae66ad..2f6b948 100644 --- a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java +++ b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java @@ -865,7 +865,7 @@ @DefaultStringValue("$vmStatus Not Responding") String VAR__VM_STATUS__NOT_RESPONDING(); - @DefaultStringValue("$vmStatus Wair for Launch") + @DefaultStringValue("$vmStatus Wait for Launch") String VAR__VM_STATUS__WAIT_FOR_LAUNCH(); @DefaultStringValue("$vmStatus Reboot in Progress") diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties index e54c94b..ce055a8 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties @@ -300,7 +300,7 @@ VAR__VM_STATUS__MIGRATING=$vmStatus Migrating VAR__VM_STATUS__UNKNOWN=$vmStatus Unknown VAR__VM_STATUS__NOT_RESPONDING=$vmStatus Not Responding -VAR__VM_STATUS__WAIT_FOR_LAUNCH=$vmStatus Wair for Launch +VAR__VM_STATUS__WAIT_FOR_LAUNCH=$vmStatus Wait for Launch VAR__VM_STATUS__REBOOT_IN_PROGRESS=$vmStatus Reboot in Progress VAR__VM_STATUS__SAVING_STATE=$vmStatus Saving State VAR__VM_STATUS__RESTORING_STATE=$vmStatus Restoring State diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties index 1ee8ea9..f0043a5 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties @@ -318,7 +318,7 @@ VAR__VM_STATUS__MIGRATING=$vmStatus Migrating VAR__VM_STATUS__UNKNOWN=$vmStatus Unknown VAR__VM_STATUS__NOT_RESPONDING=$vmStatus Not Responding -VAR__VM_STATUS__WAIT_FOR_LAUNCH=$vmStatus Wair for Launch +VAR__VM_STATUS__WAIT_FOR_LAUNCH=$vmStatus Wait for Launch VAR__VM_STATUS__REBOOT_IN_PROGRESS=$vmStatus Reboot in Progress VAR__VM_STATUS__SAVING_STATE=$vmStatus Saving State VAR__VM_STATUS__RESTORING_STATE=$vmStatus Restoring State -- To view, visit http://gerrit.ovirt.org/19734 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I99c62ee25ff60328b1a6510a39374a50694ae610 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
