From 8da87187ae36785ed4fa157ecb1b8a3febcfedb3 Mon Sep 17 00:00:00 2001 From: "David M. Carr" Date: Fri, 17 Dec 2010 12:26:52 -0500 Subject: [PATCH] Change logout navigation label from "Abmelden" to "Log out". Change scmConfig tab panel label from "Scm Config" to "SCM Config", since SCM is an initialism. --- scm-webapp/src/main/webapp/resources/js/sonia.scm.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.scm.js b/scm-webapp/src/main/webapp/resources/js/sonia.scm.js index ab5a6e773e..f8d01e89cf 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.scm.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.scm.js @@ -127,7 +127,7 @@ Ext.onReady(function(){ items: [{ label: 'General', fn: function(){ - addTabPanel("scmConfig", "scmConfig", "Scm Config"); + addTabPanel("scmConfig", "scmConfig", "SCM Config"); } },{ label: 'Repository Types', @@ -158,9 +158,9 @@ Ext.onReady(function(){ panel.addSection({ id: 'navLogout', - title: 'Abmelden', + title: 'Log out', items: [{ - label: 'Abmelden', + label: 'Log out', fn: logout }] });