From 21bf4d2ba8987999c5bd79ac0f15e96fb0382c90 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 16 Apr 2008 05:37:59 +0000 Subject: [PATCH] i18n git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8652 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/hudson/scm/CVSSCM/config.jelly | 2 +- core/src/main/resources/hudson/scm/CVSSCM/config.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/hudson/scm/CVSSCM/config.jelly b/core/src/main/resources/hudson/scm/CVSSCM/config.jelly index 6d72d9e390..8004c680ae 100644 --- a/core/src/main/resources/hudson/scm/CVSSCM/config.jelly +++ b/core/src/main/resources/hudson/scm/CVSSCM/config.jelly @@ -22,7 +22,7 @@ - (run CVS in a way compatible with older versions of Hudson <1.21) + ${%legacyModeDescription} diff --git a/core/src/main/resources/hudson/scm/CVSSCM/config.properties b/core/src/main/resources/hudson/scm/CVSSCM/config.properties index e93ab1f750..1c1bcb4fa2 100644 --- a/core/src/main/resources/hudson/scm/CVSSCM/config.properties +++ b/core/src/main/resources/hudson/scm/CVSSCM/config.properties @@ -1 +1,2 @@ -Modules=Module(s) \ No newline at end of file +Modules=Module(s) +legacyModeDescription=(run CVS in a way compatible with older versions of Hudson <1.21) \ No newline at end of file -- GitLab