diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-04-25 13:16:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-26 07:07:04 +0000 |
commit | f13324bc8461f0e604639d301ab12d04953a9284 (patch) | |
tree | 7bdea79beb030010f7d6a6660dfa7126552b25f4 | |
parent | dfb6a625d355a92bef3b85fb1dfdce1da64fde0a (diff) |
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@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
-rw-r--r-- | vcl/source/src/fpicker.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/src/fpicker.src b/vcl/source/src/fpicker.src index be4072629e69..324cffbe5abd 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 |