Bug 1039275 - Spelling correction
Summary: Spelling correction
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-webadmin-portal
Version: 3.3.0
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ---
: 3.3.0
Assignee: Doron Fediuck
QA Contact: Lukas Svaty
URL:
Whiteboard: sla
Depends On:
Blocks: GSS_RHEV_33_BETA 3.3rc1
TreeView+ depends on / blocked
 
Reported: 2013-12-07 12:57 UTC by pagupta
Modified: 2016-02-10 20:13 UTC (History)
9 users (show)

Fixed In Version: is27
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
oVirt Team: SLA
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch to correct sync mom polisy (1.45 KB, patch)
2013-12-07 14:08 UTC, Humble Chirammal
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 22168 0 None None None Never
oVirt gerrit 22171 0 None None None Never

Description pagupta 2013-12-07 12:57:33 UTC
Description of problem: Correction in label below:

Cluster--> Host --> "Synch Mom Policy" should be "Sync Mom Policy"


Version-Release number of selected component (if applicable):

rhevm-3.3.0-0.37.beta1.el6ev.noarch


How reproducible:


Steps to Reproduce:
1. Click Cluster tab
2. Click Hosts tab
3. Correction in name 'Synch Mom Policy' to 'Sync Mom Policy'

Actual results:

'Synch Mom Policy' is getting displayed.


Expected results:

"Sync Mom Policy" should be dsiplayed.


Additional info:

Comment 1 Humble Chirammal 2013-12-07 14:06:33 UTC
Its a minor fix and I am sending it to upstream..

From ced2432dd7a885a0d21c3f807786df1a47333a11 Mon Sep 17 00:00:00 2001
From: Humble Chirammal <hchiramm>
Date: Sat, 7 Dec 2013 19:27:04 +0530
Subject: [PATCH] webadmin: Fixing "sync mom policy" string.

This is the correction in label 'sync mom policy'.
when displaying Cluster--> Host tab it shows
"Synch Mom Policy" instead of "Sync Mom Policy"
This patch corrects it.

Change-Id: I9dbe02dd7109bac533be82eed10ae0fd85a6c02e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1039275
Signed-off-by: Humble Chirammal <hchiramm>
---
 .../main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
index 0049472..910f7ef 100644
--- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
+++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
@@ -1884,7 +1884,7 @@ public interface ApplicationConstants extends CommonApplicationConstants {
     @DefaultStringValue("Load")
     String loadClusterHost();
 
-    @DefaultStringValue("Synch Mom Policy")
+    @DefaultStringValue("Sync Mom Policy")
     String updateMomPolicyClusterHost();
 
     // Cluster service
-- 
1.8.3.1

Comment 2 Humble Chirammal 2013-12-07 14:08:01 UTC
Created attachment 833894 [details]
Patch to correct sync mom polisy

Comment 3 Lukas Svaty 2013-12-17 10:06:25 UTC
verified in is27

Comment 4 Itamar Heim 2014-01-21 22:23:00 UTC
Closing - RHEV 3.3 Released

Comment 5 Itamar Heim 2014-01-21 22:24:04 UTC
Closing - RHEV 3.3 Released

Comment 6 Itamar Heim 2014-01-21 22:27:51 UTC
Closing - RHEV 3.3 Released


Note You need to log in before you can comment on or make changes to this bug.