diff --git a/sources/JadeLoginShell.cls b/sources/JadeLoginShell.cls index a776ace7..6c9f3ad2 100644 --- a/sources/JadeLoginShell.cls +++ b/sources/JadeLoginShell.cls @@ -477,8 +477,10 @@ aboutJadeite notify: 'Jadeite is an open-source Smalltalk GUI IDE for use with Rowan-enabled GemStone, developed by GemTalk Systems LLC -Version: ' - , version +Jadeite version: ' + , version, ' + +RowanClientServices version ', GciSession current rowanClientServicesVersion caption: 'About Jadeite'! defaultFileExtension diff --git a/sources/Rowan UI Base.pax b/sources/Rowan UI Base.pax index af1dde45..3f4fa6ed 100644 --- a/sources/Rowan UI Base.pax +++ b/sources/Rowan UI Base.pax @@ -1595,8 +1595,8 @@ validateRowanClientServicesVersion | stream | self rowanClientServicesIsSupported ifTrue: [^self]. stream := WriteStream on: String new. - stream - nextPutAll: 'RowanClientServices version ', self rowanClientServicesVersion, ' is not supported. You may continue to use Jadeite but could encounter errors'. + stream + nextPutAll: 'This version of Jadeite not supported with RowanClientServices ', self rowanClientServicesVersion, '. You may continue with login, but could encounter errors.'. stream cr; cr;