URL: https://github.com/freeipa/freeipa/pull/991
Author: pvomacka
 Title: #991: [ipa-4-5] WebUI: Add hyphenate versions of Host(Role) Based 
strings
Action: opened

PR body:
"""
The hyphenated forms are less ambiguous and easier to read.
(For more grammar background, see for example
"Hyphenate Complex Adjectives" in http://stylepedia.net/
Grammar-Hyphenation )

https://pagure.io/freeipa/issue/6582
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/991/head:pr991
git checkout pr991
From 83f92a63094462ac0efc159e0f3e71f7b377caaa Mon Sep 17 00:00:00 2001
From: Pavel Vomacka <pvoma...@redhat.com>
Date: Mon, 14 Aug 2017 14:44:13 +0200
Subject: [PATCH] WebUI: Add hyphenate versions of Host(Role) Based strings

The hyphenated forms are less ambiguous and easier to read.
(For more grammar background, see for example
"Hyphenate Complex Adjectives" in http://stylepedia.net/
Grammar-Hyphenation )

https://pagure.io/freeipa/issue/6582
---
 ipaserver/plugins/internal.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 6feefa5941..ff239db07e 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -947,12 +947,12 @@ class i18n_messages(Command):
             "automount": _("Automount"),
             "cert": _("Certificates"),
             "dns": _("DNS"),
-            "hbac": _("Host Based Access Control"),
+            "hbac": _("Host-Based Access Control"),
             "identity": _("Identity"),
             "ipaserver": _("IPA Server"),
             "network_services": _("Network Services"),
             "policy": _("Policy"),
-            "role": _("Role Based Access Control"),
+            "role": _("Role-Based Access Control"),
             "sudo": _("Sudo"),
             "topology": _("Topology"),
             "trust": _("Trusts"),
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to