Skip to content

Commit

Permalink
fix cidr help text
Browse files Browse the repository at this point in the history
fixes bug 971980

Change-Id: Ia3319bf5654daa8d034ee8b6844405dffba915ef
  • Loading branch information
jdsn authored and jeblair committed Apr 3, 2012
1 parent a491b2a commit 215a2d8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -18,6 +18,7 @@ Greg Althaus <galthaus@austin.rr.com>
Hengqing Hu <hudayou@hotmail.com>
Ionuț Arțăriși <iartarisi@suse.cz>
Ivan Kolodyazhny <e0ne@e0ne.info>
J. Daniel Schmidt <jdsn@suse.de>
Jake Dahn <jake@ansolabs.com>
Jake Zukowski <jake@ponyloaf.com>
James E. Blair <james.blair@rackspace.com>
Expand Down
Expand Up @@ -86,7 +86,7 @@ class AddRule(forms.SelfHandlingForm):
required=False,
initial="0.0.0.0/0",
help_text=_("Classless Inter-Domain Routing "
"(i.e. 192.168.0.0/24"),
"(e.g. 192.168.0.0/24)"),
validators=[validate_ipv4_cidr])

security_group_id = forms.IntegerField(widget=forms.HiddenInput())
Expand Down
2 changes: 1 addition & 1 deletion horizon/locale/es/LC_MESSAGES/django.po
Expand Up @@ -377,7 +377,7 @@ msgid "CIDR"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:88
msgid "Classless Inter-Domain Routing (i.e. 192.168.0.0/24"
msgid "Classless Inter-Domain Routing (e.g. 192.168.0.0/24)"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:114
Expand Down
2 changes: 1 addition & 1 deletion horizon/locale/fr/LC_MESSAGES/django.po
Expand Up @@ -377,7 +377,7 @@ msgid "CIDR"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:88
msgid "Classless Inter-Domain Routing (i.e. 192.168.0.0/24"
msgid "Classless Inter-Domain Routing (e.g. 192.168.0.0/24)"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:114
Expand Down
2 changes: 1 addition & 1 deletion horizon/locale/ja/LC_MESSAGES/django.po
Expand Up @@ -396,7 +396,7 @@ msgid "CIDR"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:88
msgid "Classless Inter-Domain Routing (i.e. 192.168.0.0/24"
msgid "Classless Inter-Domain Routing (e.g. 192.168.0.0/24)"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:114
Expand Down
2 changes: 1 addition & 1 deletion horizon/locale/pl/LC_MESSAGES/django.po
Expand Up @@ -394,7 +394,7 @@ msgid "CIDR"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:88
msgid "Classless Inter-Domain Routing (i.e. 192.168.0.0/24"
msgid "Classless Inter-Domain Routing (e.g. 192.168.0.0/24)"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:114
Expand Down
2 changes: 1 addition & 1 deletion horizon/locale/pt/LC_MESSAGES/django.po
Expand Up @@ -376,7 +376,7 @@ msgid "CIDR"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:88
msgid "Classless Inter-Domain Routing (i.e. 192.168.0.0/24"
msgid "Classless Inter-Domain Routing (e.g. 192.168.0.0/24)"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:114
Expand Down
2 changes: 1 addition & 1 deletion horizon/locale/zh_CN/LC_MESSAGES/django.po
Expand Up @@ -376,7 +376,7 @@ msgid "CIDR"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:88
msgid "Classless Inter-Domain Routing (i.e. 192.168.0.0/24"
msgid "Classless Inter-Domain Routing (e.g. 192.168.0.0/24)"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:114
Expand Down
2 changes: 1 addition & 1 deletion horizon/locale/zh_TW/LC_MESSAGES/django.po
Expand Up @@ -381,7 +381,7 @@ msgid "CIDR"
msgstr ""

#: dashboards/nova/access_and_security/security_groups/forms.py:88
msgid "Classless Inter-Domain Routing (i.e. 192.168.0.0/24"
msgid "Classless Inter-Domain Routing (e.g. 192.168.0.0/24)"
msgstr "Classless Inter-Domain Routing (例如192.168.0.0/24)"

#: dashboards/nova/access_and_security/security_groups/forms.py:114
Expand Down

0 comments on commit 215a2d8

Please sign in to comment.