You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/11/26 11:24:02 UTC

svn commit: r720785 - in /geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh: SshAction.properties SshServerAction.properties

Author: jdillon
Date: Wed Nov 26 02:24:01 2008
New Revision: 720785

URL: http://svn.apache.org/viewvc?rev=720785&view=rev
Log:
Fixed message formatting

Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshAction.properties
    geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshServerAction.properties

Modified: geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshAction.properties
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshAction.properties?rev=720785&r1=720784&r2=720785&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshAction.properties (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshAction.properties Wed Nov 26 02:24:01 2008
@@ -37,7 +37,7 @@
 command.manual=\
   TODO: ssh manual
 
-info.connecting=Connecting to: {0}:{1}
+info.connecting=Connecting to: {0}:{1,number,######}
 info.connected=Connected
 
 prompt.username=Username

Modified: geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshServerAction.properties
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshServerAction.properties?rev=720785&r1=720784&r2=720785&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshServerAction.properties (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/org/apache/geronimo/gshell/commands/ssh/SshServerAction.properties Wed Nov 26 02:24:01 2008
@@ -31,4 +31,4 @@
 command.manual=\
   TODO: ssh-server manual
 
-info.listening=Listening on: {0}
\ No newline at end of file
+info.listening=Listening on: {0,number,######}
\ No newline at end of file