From 60b0139646ab8f35f1e0a4dacffdc7935e0b921f Mon Sep 17 00:00:00 2001 From: anonym-HPI <68286419+anonym-HPI@users.noreply.github.com> Date: Sat, 29 May 2021 11:22:41 +0200 Subject: [PATCH] fix gramma etc in HowTo/Help Box fixed gramma and such things and put all to the left to better illustrate how the text is shown in the inform Box (otherwise there are tabs shown in the string). --- .../CRBrowser.class/instance/openHelpPopUp.st | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ChangesReloaded-Core.package/CRBrowser.class/instance/openHelpPopUp.st b/packages/ChangesReloaded-Core.package/CRBrowser.class/instance/openHelpPopUp.st index 035ff844..c785af87 100644 --- a/packages/ChangesReloaded-Core.package/CRBrowser.class/instance/openHelpPopUp.st +++ b/packages/ChangesReloaded-Core.package/CRBrowser.class/instance/openHelpPopUp.st @@ -4,7 +4,7 @@ openHelpPopUp | helpText helpTitle | helpTitle := 'How To'. helpText := - 'The ChangesBrowser shows you a list of the latest unsaved changes, - if there are not unsaved changes, the list is empty. - You can load choose which you want to load in your image.'. +'The ChangesBrowser shows you a list of the latest unsaved changes, +if there are no unsaved changes, the list is empty. +You can choose which you want to load in your image.'. UserDialogBoxMorph inform: helpText translated title: helpTitle translated