From 7a84ab1d3445135de54b25d30cf92e2fa29e03c0 Mon Sep 17 00:00:00 2001 From: Ariel Peltz Date: Thu, 17 May 2012 10:57:53 +0300 Subject: [PATCH] Fix for annoying typo in custom workspace help --- war/src/main/webapp/help/project-config/custom-workspace.html | 2 +- .../main/webapp/help/project-config/custom-workspace_tr.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/war/src/main/webapp/help/project-config/custom-workspace.html b/war/src/main/webapp/help/project-config/custom-workspace.html index 1587ac510e..b9b7f312f0 100644 --- a/war/src/main/webapp/help/project-config/custom-workspace.html +++ b/war/src/main/webapp/help/project-config/custom-workspace.html @@ -5,7 +5,7 @@ and in such case, this option lets you specify the workspace location manually.

- Once such situation is where paths are hard-coded and the code needs to be built on a specific location. + One such situation is where paths are hard-coded and the code needs to be built on a specific location. While there's no doubt that such a build is not ideal, this option allows you to get going in such a situation.

diff --git a/war/src/main/webapp/help/project-config/custom-workspace_tr.html b/war/src/main/webapp/help/project-config/custom-workspace_tr.html index e3476f1d70..1bbb2ebf39 100644 --- a/war/src/main/webapp/help/project-config/custom-workspace_tr.html +++ b/war/src/main/webapp/help/project-config/custom-workspace_tr.html @@ -5,7 +5,7 @@ and in such case, this option lets you specify the workspace location manually.

- Once such situation is where paths are hard-coded and the code needs to be built on a specific location. + One such situation is where paths are hard-coded and the code needs to be built on a specific location. While there's no doubt that such a build is not ideal, this option allows you to get going in such a situation.

-- GitLab