From 4a6b62c285fb384739b5d918113758209a259e9e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 5 Dec 2009 12:07:24 -0800 Subject: 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. --- modules/server_add/helpers/server_add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/server_add/helpers/server_add.php') 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. Configure it now!", + t("Server Add needs configuration. Configure it now!", array("url" => html::mark_clean(url::site("admin/server_add")))), "server_add_configuration"); } else { -- cgit v1.2.3