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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new feb8e0e  Changed wording of error dialog.
feb8e0e is described below

commit feb8e0e0efce63db308c6984aef6415fd93fee49
Author: mseidel <[email protected]>
AuthorDate: Fri Nov 20 18:01:15 2020 +0100

    Changed wording of error dialog.
    
    This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128412
    
    (cherry picked from commit 8b891c74d2f07812252148b870bdc243f025a84a)
---
 main/uui/source/newerverwarn.src | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/uui/source/newerverwarn.src b/main/uui/source/newerverwarn.src
index c7d1d9b..5dfdc4e 100644
--- a/main/uui/source/newerverwarn.src
+++ b/main/uui/source/newerverwarn.src
@@ -34,10 +34,10 @@ ModalDialog RID_DLG_NEWER_VERSION_WARNING
        SvLook = TRUE ;
        Moveable = TRUE ;
        Closeable = TRUE ;
-       Text [ en-US ] = "%PRODUCTNAME Update Available" ;
+       Text [ en-US ] = "ODF Version Conflict" ;
        FixedImage FI_IMAGE
        {
-               Pos = MAP_APPFONT ( COL_1, ROW_1  ) ;
+               Pos = MAP_APPFONT ( COL_1, ROW_1 ) ;
                Size = MAP_APPFONT ( IMAGE_WIDTH, IMAGE_HEIGHT ) ;
                Hide = FALSE ;
                Fixed = Image
@@ -50,7 +50,7 @@ ModalDialog RID_DLG_NEWER_VERSION_WARNING
                Pos = MAP_APPFONT ( COL_2, ROW_1 ) ;
                Size = MAP_APPFONT ( INFO_WIDTH, INFO_LINES * 
RSC_CD_FIXEDTEXT_HEIGHT ) ;
                Wordbreak = TRUE ;
-               Text [ en-US ] = "This document was created by a newer version 
of %PRODUCTNAME. It may contain features not supported by your current 
version.\n\nClick 'Update Now...' to run online update and get the latest 
version of %PRODUCTNAME." ;
+               Text [ en-US ] = "This document uses an unsupported version of 
the Open Document Format. Some features may not be displayed 
correctly.\n\nClick 'Update Now' to run online update and see if there is a new 
version of %PRODUCTNAME available." ;
        };
        FixedLine FL_BUTTON
        {

Reply via email to