Asaf Shakarchi has uploaded a new change for review. Change subject: webadmin: fixed message for attach/detach disk to vm (#851198) ......................................................................
webadmin: fixed message for attach/detach disk to vm (#851198) https://bugzilla.redhat.com/851198 Rephrase of attach / detach action message, fixed a typo in 'detach' word in all english language files. Change-Id: Iae923c89c71eccfc695cbb8e5dd417808c04d54b Signed-off-by: Asaf Shakarchi <[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, 8 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/7880/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 241b139..cdee1cc 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties @@ -233,8 +233,8 @@ VAR__ACTION__EXPORT=$action export VAR__ACTION__EXTEND=$action extend VAR__ACTION__IMPORT=$action import -VAR__ACTION__ATTACH_ACTION_TO=$action attach Action to -VAR__ACTION__DETACH_ACTION_TO=$action Dettach Action from +VAR__ACTION__ATTACH_ACTION_TO=$action attach +VAR__ACTION__DETACH_ACTION_TO=$action detach VAR__ACTION__MOVE=$action move VAR__ACTION__COPY=$action copy VAR__ACTION__CHANGE_CD=$action Change CD 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 9508e78..8faafdf 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 @@ -613,10 +613,10 @@ @DefaultStringValue("$action import") String VAR__ACTION__IMPORT(); - @DefaultStringValue("$action attach Action to") + @DefaultStringValue("$action attach") String VAR__ACTION__ATTACH_ACTION_TO(); - @DefaultStringValue("$action Dettach Action from") + @DefaultStringValue("$action detach") String VAR__ACTION__DETACH_ACTION_TO(); @DefaultStringValue("$action move") 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 549ff0a..2943f84 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 @@ -232,8 +232,8 @@ VAR__ACTION__EXPORT=$action export VAR__ACTION__EXTEND=$action extend VAR__ACTION__IMPORT=$action import -VAR__ACTION__ATTACH_ACTION_TO=$action attach Action to -VAR__ACTION__DETACH_ACTION_TO=$action Dettach Action from +VAR__ACTION__ATTACH_ACTION_TO=$action attach +VAR__ACTION__DETACH_ACTION_TO=$action detach VAR__ACTION__MOVE=$action move VAR__ACTION__COPY=$action copy VAR__ACTION__CHANGE_CD=$action Change CD 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 d54f287..f12b241 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 @@ -230,8 +230,8 @@ VAR__ACTION__EXPORT=$action export VAR__ACTION__EXTEND=$action extend VAR__ACTION__IMPORT=$action import -VAR__ACTION__ATTACH_ACTION_TO=$action attach Action to -VAR__ACTION__DETACH_ACTION_TO=$action Dettach Action from +VAR__ACTION__ATTACH_ACTION_TO=$action attach +VAR__ACTION__DETACH_ACTION_TO=$action detach VAR__ACTION__MOVE=$action move VAR__ACTION__COPY=$action copy VAR__ACTION__CHANGE_CD=$action Change CD -- To view, visit http://gerrit.ovirt.org/7880 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iae923c89c71eccfc695cbb8e5dd417808c04d54b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Asaf Shakarchi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
