Bug 1253099 - A possible typo (double negative)"Value doesn't not match pattern"
Summary: A possible typo (double negative)"Value doesn't not match pattern"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: Frontend.WebAdmin
Version: ---
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ovirt-3.6.0-rc
: 3.6.0
Assignee: Yaniv Kaul
QA Contact: Pavol Brilla
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-13 01:04 UTC by Yuko Katabami
Modified: 2016-02-10 12:58 UTC (History)
8 users (show)

Fixed In Version: 3.6.0-10
Clone Of:
Environment:
Last Closed: 2016-02-10 12:58:21 UTC
oVirt Team: Infra
Embargoed:
rule-engine: ovirt-3.6.0+
ylavi: planning_ack+
rule-engine: devel_ack+
rule-engine: testing_ack+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 44805 0 master MERGED webadmin: "doesn't not" -> "does not" Never
oVirt gerrit 44810 0 ovirt-engine-3.6 MERGED webadmin: "doesn't not" -> "does not" Never

Description Yuko Katabami 2015-08-13 01:04:07 UTC
Description of problem:
A translator found the following strings that include double negative:

Value doesn't not match pattern: key=value,key=value...
(Resource ID: valueDoesntNotMatchPatternKeyValueKeyValueInvalidReason)

Value doesn't not match pattern: key=value,key=value...
(Resource ID: valueDoesntNotNatchPatternKeyValueKeyKeyValueInvalidReason)

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


Both of them are in:   frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/org.ovirt.engine.ui.uicompat.UIConstants


How reproducible: 100%



Actual results:

Value doesn't not match pattern: key=value,key=value...
Value doesn't not match pattern: key=value,key=value...


Expected results:

Value does not match pattern: key=value,key=value...
Value does not match pattern: key=value,key=value...

or

Value matches pattern: key=value,key=value...
Value matches pattern: key=value,key=value...

Additional info:

Comment 1 Pavol Brilla 2016-01-21 14:37:02 UTC
Verified on 3.6.2.6-0.1.el6


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