diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-10-13 17:05:37 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-10-13 17:05:37 +0200 |
commit | 2ea636f801f173f6f23f5da918fedb370e796294 (patch) | |
tree | 75609f170d8a2a39e92d64321fed874629ff9343 /vcl/source/src | |
parent | 805ad9aa72f6514323da49939f6f6f3e48b87f43 (diff) |
vcl116: #157567# print an error message on a completly broken system
Diffstat (limited to 'vcl/source/src')
-rw-r--r-- | vcl/source/src/stdtext.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/src/stdtext.src b/vcl/source/src/stdtext.src index 2c6574220a5f..1b95f7bb1d72 100644 --- a/vcl/source/src/stdtext.src +++ b/vcl/source/src/stdtext.src @@ -101,6 +101,11 @@ String SV_ACCESSERROR_TURNAROUND_MSG Text [ en-US ] = "The Java Access Bridge could not be started."; }; +String SV_ACCESSERROR_NO_FONTS +{ + Text [ en-US ] = "No fonts could be found on the system."; +}; + String SV_STDTEXT_ABOUT { Text [ en-US ] = "About %PRODUCTNAME"; |