From bd07fe0e1aacb2e1c12ecb2082b916f14bf24661 Mon Sep 17 00:00:00 2001 From: Jacky Date: Fri, 17 Nov 2017 08:56:30 -0500 Subject: [PATCH] to adjust the width of transform dialog. issue #1332 --- .../core/scripts/views/data-table/text-transform-dialog.html | 2 +- refine | 2 +- refine.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html b/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html index 1bab7d958..2123f0335 100644 --- a/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html +++ b/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html @@ -1,4 +1,4 @@ -
+
diff --git a/refine b/refine index 76ea738ce..5fd0147dc 100755 --- a/refine +++ b/refine @@ -942,7 +942,7 @@ elif [ "$OS" = "linux" ] ; then fi echo You have "$freeRam"M of free memory. -echo Your current configuration will allow to use $REFINE_MEMORY of memory. +echo Your current configuration is set to use $REFINE_MEMORY of memory. echo OpenRefine can run better when given more memory. Read our FAQ on how to allocate more memory here: echo https://github.com/OpenRefine/OpenRefine/wiki/FAQ:-Allocate-More-Memory diff --git a/refine.bat b/refine.bat index e1268e10b..a0685293d 100644 --- a/refine.bat +++ b/refine.bat @@ -145,7 +145,7 @@ rem --- Check free memory --------------------------------------------- for /f "usebackq skip=1 tokens=*" %%i in (`wmic os get FreePhysicalMemory ^| findstr /r /v "^$"`) do @set /A freeRam=%%i/1024 echo You have %freeRam%M of free memory. -echo Your current configuration will allow to use %REFINE_MEMORY% of memory. +echo Your current configuration is set to use %REFINE_MEMORY% of memory. echo OpenRefine can run better when given more memory. Read our FAQ on how to allocate more memory here: echo https://github.com/OpenRefine/OpenRefine/wiki/FAQ:-Allocate-More-Memory echo.