Typo in the "Network and Services Policy" UI panel

Bug #1649455 reported by Desh Shukla
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Group Based Policy UI
New
Undecided
Unassigned

Bug Description

There is an extra quote in the Network and Services Panel Name, all thats required for the change to occur is update the file group-based-policy-ui/gbpui/panels/network_policy/panel.py

from

class NetworkPolicy(horizon.Panel):
    name = _("Network and Services' Policy")
slug = "network_policy"

to

class NetworkPolicy(horizon.Panel):
    name = _("Network and Services Policy")
slug = "network_policy"

Revision history for this message
Sumit Naiksatam (snaiksat) wrote :

Believe it or not, this is actually not a typo. :-) This is written to the grammar form to drop the 's' after an apostrophe to show plural possession [1]. So, the following:

Network and Services's Policy

is being written as:

Network and Services' Policy

[1] http://www.grammarbook.com/punctuation/apostro.asp (See rule 2a)

Revision history for this message
Desh Shukla (deshdeepak-shukla) wrote :

Thanks Sumit for the clarification, but it creates confusion as its a plural of plural.

To me a plural services gets the message across that there are multiple service policy :)

Not many, including me were aware of that syntax and creates a confusion and a distraction.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.