cosmetic details in the ldpath admin pages
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/e9d8aada Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/e9d8aada Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/e9d8aada Branch: refs/heads/ldp Commit: e9d8aada2d374d667408df095ae2c2bae67885ca Parents: c8bd0c0 Author: Sergio Fernández <[email protected]> Authored: Thu Apr 10 09:46:26 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Thu Apr 10 09:46:26 2014 +0200 ---------------------------------------------------------------------- .../src/main/resources/kiwi-module.properties | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/e9d8aada/platform/marmotta-ldpath/src/main/resources/kiwi-module.properties ---------------------------------------------------------------------- diff --git a/platform/marmotta-ldpath/src/main/resources/kiwi-module.properties b/platform/marmotta-ldpath/src/main/resources/kiwi-module.properties index 6cfc446..b3258cf 100644 --- a/platform/marmotta-ldpath/src/main/resources/kiwi-module.properties +++ b/platform/marmotta-ldpath/src/main/resources/kiwi-module.properties @@ -16,7 +16,7 @@ # limitations under the License. # -name=LD Path Querying +name = LDPath container = Query and Update @@ -34,11 +34,9 @@ adminpages= /admin/about.html, /admin/ldpath.html, /admin/functions.html adminpage.0.title=About adminpage.0.link=/admin/about.html -adminpage.1.title=Query Interface +adminpage.1.title=Query adminpage.1.link=/admin/ldpath.html -adminpage.2.title=Function Set +adminpage.2.title=Functions adminpage.2.link=/admin/functions.html - -
