From d03499530907fca61eace8cc43bc11e788e90fa8 Mon Sep 17 00:00:00 2001 From: sogabe Date: Sun, 26 Oct 2008 07:20:28 +0000 Subject: [PATCH] I18N script console git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12725 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/hudson/scriptConsole.jelly | 5 +---- core/src/main/resources/lib/hudson/scriptConsole.properties | 6 ++++++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 core/src/main/resources/lib/hudson/scriptConsole.properties diff --git a/core/src/main/resources/lib/hudson/scriptConsole.jelly b/core/src/main/resources/lib/hudson/scriptConsole.jelly index bc45074099..d060cb6a37 100644 --- a/core/src/main/resources/lib/hudson/scriptConsole.jelly +++ b/core/src/main/resources/lib/hudson/scriptConsole.jelly @@ -9,10 +9,7 @@

${%Script Console}

- Type in an arbitrary Groovy script and - execute it on the server. Useful for trouble-shooting and diagnostics. - Use the 'println' command to see the output (if you use System.out, - it will go to the server's stdout, which is harder to see.) Example: + ${%description}

diff --git a/core/src/main/resources/lib/hudson/scriptConsole.properties b/core/src/main/resources/lib/hudson/scriptConsole.properties new file mode 100644 index 0000000000..0d9719219a --- /dev/null +++ b/core/src/main/resources/lib/hudson/scriptConsole.properties @@ -0,0 +1,6 @@ +description=\ + Type in an arbitrary Groovy script and \ + execute it on the server. Useful for trouble-shooting and diagnostics. \ + Use the ''println'' command to see the output (if you use System.out, \ + it will go to the server's stdout, which is harder to see.) Example: + -- GitLab