diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 02:59:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:04:47 +0200 |
commit | 5116b8f6bd0d154b9af8ba0ebdba066a02d14a0b (patch) | |
tree | 1c964e779697bb364d86936bf2c93565f7b64098 /sw/source/ui/dochdl | |
parent | 5f8da7d0e61b4e0947d9259cde6668676e44e00a (diff) |
InfoBoxes to String
Change-Id: Iccaf0cd1adbe5a2b1ff81c466ca3c81c00390c10
Diffstat (limited to 'sw/source/ui/dochdl')
-rw-r--r-- | sw/source/ui/dochdl/dochdl.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src index 5e56e441826a..30e92f46bc66 100644 --- a/sw/source/ui/dochdl/dochdl.src +++ b/sw/source/ui/dochdl/dochdl.src @@ -34,9 +34,9 @@ InfoBox MSG_ERR_INSERT_GLOS Message [ en-US ] = "AutoText could not be created." ; }; -InfoBox MSG_CLPBRD_FORMAT_ERROR +String STR_CLPBRD_FORMAT_ERROR { - Message [ en-US ] = "Requested clipboard format is not available." ; + Text [ en-US ] = "Requested clipboard format is not available." ; }; String STR_PRIVATETEXT |