Bug 1221055

Summary: [TEXT] Grammar mistake in network cluster message
Product: [Retired] oVirt Reporter: Allon Mureinik <amureini>
Component: ovirt-engine-webadminAssignee: Allon Mureinik <amureini>
Status: CLOSED CURRENTRELEASE QA Contact: Pavel Stehlik <pstehlik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.6CC: alkaplan, amureini, bazulay, bugs, ecohen, gklein, lsurette, mburman, mgoldboi, pstehlik, rbalakri, yeylon, ykatabam, ylavi
Target Milestone: ---Keywords: CodeChange
Target Release: 3.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: network
Fixed In Version: ovirt-3.6.0-alpha1.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1220401 Environment:
Last Closed: 2015-07-12 11:25:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1220401    

Description Allon Mureinik 2015-05-13 08:48:57 UTC
+++ This bug was initially created as a clone of Bug #1220401 +++

Description of problem:
Minor typos are found while translating 

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


How reproducible: 100%


Steps to Reproduce:
1.Go to Zanata ovirt translation project
2.Look for the following strings:


Actual results:
Cannot ${action} ${type}. Network cluster ${NetworkCluster} appears more then once.


Expected results:
Cannot ${action} ${type}. Network cluster ${NetworkCluster} appears more than once.

Comment 1 Allon Mureinik 2015-05-13 09:19:23 UTC
Patch merged upstream. Leaving the decision about backporting to the network stakeholders.

Comment 2 Michael Burman 2015-06-08 06:13:00 UTC
- Please provide clear steps to how reproduce and verify this bug, thanks.
- How to reproduce this error?
- Where should i look for this string.

Comment 3 Allon Mureinik 2015-06-08 06:35:08 UTC
This issue was originally reported by Yuko Katabami who encountered this wrong string during her translation efforts, as described in bug 1220401.

I did not attempt to reproduce the issue myself, just fixed the grammar issue in the string. 

Barak, can someone from the RHEV network team please provide steps to reproduce? Thanks!

Comment 4 Alona Kaplan 2015-07-02 06:25:02 UTC
There is no way to reproduce it. The error is a validation error of ManageNetworkClustersCommand's cando action (in case the same entity was passed twice in the parameters). But since the command is invoked only via the ui (and not via rest api) there is no way to get this message- the ui sends valid parameters.

Comment 5 Barak 2015-07-02 06:34:45 UTC
per comment #4 I added the CodeChange keyword