This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new e3a0043b21 Fixed typo (basic -> BASIC)
e3a0043b21 is described below

commit e3a0043b216e1f64f651a89097e6969e9007dad2
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)

Reply via email to