[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sfx2/source

Andras Timar timar at kemper.freedesktop.org
Mon Jan 9 12:26:53 PST 2012


 sfx2/source/dialog/alienwarn.src |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 47f41564b202e095d6b61df72487cd63d85e5ca8
Author: Stefan Knorr (astron) <heinzlesspam at gmail.com>
Date:   Sun Jan 8 14:07:54 2012 +0100

    Make the title of foreign file format warning translatable
    
    Also, change the contained text slightly.
    Thanks to William Gathoye for noticing and producing a first patch
    
    Signed-off-by: Andras Timar <atimar at suse.com>

diff --git a/sfx2/source/dialog/alienwarn.src b/sfx2/source/dialog/alienwarn.src
index 0ba3f59..98d3372 100644
--- a/sfx2/source/dialog/alienwarn.src
+++ b/sfx2/source/dialog/alienwarn.src
@@ -38,7 +38,7 @@ ModalDialog RID_DLG_ALIEN_WARNING
     Moveable = TRUE;
     SVLook = TRUE;
 
-    Text = "Save";
+    Text [ en-US ] = "Confirm File Format";
 
     FixedImage FI_QUERY
     {
@@ -51,7 +51,6 @@ ModalDialog RID_DLG_ALIEN_WARNING
         Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT );
         NoLabel = TRUE;
         Wordbreak = TRUE;
-        Text [ en-US-old ] = "This document may contain formatting or content that cannot be saved in the %FORMATNAME file format. Do you want to save the document in this format anyway?\n\n- Click 'Yes' to save in %FORMATNAME file format.\n- Click 'No' to use the latest OpenDocument file format and be sure all formatting and content is saved correctly.";
         Text [ en-US ] = "This document may contain formatting or content that cannot be saved in the currently selected file format \"%FORMATNAME\".\n\nUse the default ODF file format to be sure that the document is saved correctly.";
     };
     OKButton PB_NO


More information about the Libreoffice-commits mailing list