This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit ccc3b4c223b58d1af9c0ca1ec53b8d4f599409f9 Author: mseidel <msei...@apache.org> AuthorDate: Mon Jun 27 22:04:25 2022 +0200 Fixed typo (basic -> BASIC) (cherry picked from commit f9a342d10f6f0c19f613c0390fb7dfb9bb690f77) --- main/uui/source/ids.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/uui/source/ids.src b/main/uui/source/ids.src index 787541dd0e..93a2ebde10 100644 --- a/main/uui/source/ids.src +++ b/main/uui/source/ids.src @@ -72,7 +72,7 @@ Resource RID_UUI_ERRHDL String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK) { - Text [ en-US ] = "You are about to save/export a password protected basic library containing module(s)\n$(ARG1)\nwhich are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?" ; + Text [ en-US ] = "You are about to save/export a password protected BASIC library containing module(s)\n$(ARG1)\nwhich are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?" ; }; String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)