horizon/openstack_dashboard/api/rest
hgangwx 5e855ddba8 Wrong usage of "an"
Wrong usage of "an" in the mesages:
"Width an height of the chart will be taken from chart wrapper"
"an flavor. By default this will return the flavors"
"allocate an floating IP"
"Each item is an namespace"

Should be:
"Width and height of the chart will be taken from chart wrapper"
"a flavor. By default this will return the flavors"
"allocate a floating IP"
"Each item is a namespace"

Totally 5 occasions in Horizon base code.

Change-Id: I154257da9c93b33fc7353e2e642e9e406978162b
2015-12-30 13:53:53 +08:00
..
__init__.py Javascript Heat API 2015-08-25 17:51:13 -07:00
cinder.py Add API services for system information 2015-12-16 23:22:20 +00:00
config.py Remove unused config access via REST 2015-05-26 13:33:28 -07:00
glance.py Add API to Create/Update/Delete Images in Glance 2015-12-01 13:03:46 -07:00
heat.py Add API services for system information 2015-12-16 23:22:20 +00:00
json_encoder.py py3: Add json attribute to HTTP response objects 2015-10-06 14:17:19 +02:00
keystone.py Add API services for system information 2015-12-16 23:22:20 +00:00
network.py Network Rest API for Angular Front End 2015-02-20 16:40:36 -07:00
neutron.py Add API services for system information 2015-12-16 23:22:20 +00:00
nova.py Wrong usage of "an" 2015-12-30 13:53:53 +08:00
policy.py Adding policy rest endpoint for angular 2015-02-27 14:43:38 -07:00
urls.py REST API for angular front end. 2015-01-13 13:41:49 +13:00
utils.py Remove arguments "{}" in function definitions 2015-12-15 14:30:22 +00:00