Author: mseidel
Date: Sun Oct 14 14:51:35 2018
New Revision: 1843839

URL: http://svn.apache.org/viewvc?rev=1843839&view=rev
Log:
Moved ODF warning up a bit

Modified:
    openoffice/trunk/main/cui/source/options/optsave.src

Modified: openoffice/trunk/main/cui/source/options/optsave.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/options/optsave.src?rev=1843839&r1=1843838&r2=1843839&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/options/optsave.src (original)
+++ openoffice/trunk/main/cui/source/options/optsave.src Sun Oct 14 14:51:35 
2018
@@ -224,16 +224,16 @@ TabPage RID_SFXPAGE_SAVE
        };
        FixedImage FI_ODF_WARNING
        {
-               Pos = MAP_APPFONT ( 12, 180 ) ;
+               Pos = MAP_APPFONT ( 12, 174 ) ;
                Size = MAP_APPFONT ( 8, 8 ) ;
                Hide = TRUE ;
        };
        FixedText FT_WARN
        {
-               Pos = MAP_APPFONT ( 23, 180 ) ;
+               Pos = MAP_APPFONT ( 23, 174 ) ;
                Size = MAP_APPFONT ( 239, 8 ) ;
                Hide = TRUE ;
-               Text [ en-US ] = "Not using ODF 1.2 Extended may cause 
information to be lost!" ;
+               Text [ en-US ] = "Not using ODF 1.2 Extended may cause 
information to be lost." ;
        };
        Image IMG_ODF_WARNING
        {


Reply via email to