diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-05 12:07:24 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-05 12:07:24 -0800 |
commit | 4a6b62c285fb384739b5d918113758209a259e9e (patch) | |
tree | 3faf07443f917ba198f17202932c70af8a2118b6 /modules/server_add/helpers/server_add.php | |
parent | f4810345b48d321460d32481e5665ea4602c9207 (diff) |
Revert "Correct inconsistent capitalization on "Server Add""
This reverts commit f4810345b48d321460d32481e5665ea4602c9207.
Bharat is a correct as in that "Server Add" is a proper name and should
be exempt from the capitalization rules.
Diffstat (limited to 'modules/server_add/helpers/server_add.php')
-rw-r--r-- | modules/server_add/helpers/server_add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/server_add/helpers/server_add.php b/modules/server_add/helpers/server_add.php index 60c6426e..27794855 100644 --- a/modules/server_add/helpers/server_add.php +++ b/modules/server_add/helpers/server_add.php @@ -24,7 +24,7 @@ class server_add_Core { } if (empty($paths)) { site_status::warning( - t("Server add module needs configuration. <a href=\"%url\">Configure it now!</a>", + t("Server Add needs configuration. <a href=\"%url\">Configure it now!</a>", array("url" => html::mark_clean(url::site("admin/server_add")))), "server_add_configuration"); } else { |