[Libreoffice-commits] core.git: vcl/source

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Fri Apr 26 00:07:23 PDT 2013


 vcl/source/src/fpicker.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f13324bc8461f0e604639d301ab12d04953a9284
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Thu Apr 25 13:16:55 2013 +0200

    Better text for "Insert as Link" Checkbox
    
    This Checkbox is shown in the File picker dialog and does not embed the file in the document, if checked.
    
    Change-Id: I84fbc182cc9b432cd38ccb044c0479ced119d97f
    Reviewed-on: https://gerrit.libreoffice.org/3602
    Reviewed-by: Tor Lillqvist <tml at iki.fi>
    Tested-by: Tor Lillqvist <tml at iki.fi>

diff --git a/vcl/source/src/fpicker.src b/vcl/source/src/fpicker.src
index be40726..324cffb 100644
--- a/vcl/source/src/fpicker.src
+++ b/vcl/source/src/fpicker.src
@@ -41,7 +41,7 @@ String STR_FPICKER_READONLY
 
 String STR_FPICKER_INSERT_AS_LINK
 {
-    Text [ en-US ] = "~Link" ;
+    Text [ en-US ] = "Insert as ~Link" ;
 };
 
 String STR_FPICKER_SHOW_PREVIEW


More information about the Libreoffice-commits mailing list