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

New commits:
commit f13324bc8461f0e604639d301ab12d04953a9284
Author: Samuel Mehrbrodt <s.mehrbr...@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 <t...@iki.fi>
    Tested-by: Tor Lillqvist <t...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to