diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-04 21:14:32 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-04 21:47:12 +0200 |
commit | ca776f348aa90119e6281eb5d979de2d56786e08 (patch) | |
tree | bad4438b9466ad1a8d66c68b88d71fbc73b718d5 /sw | |
parent | df4a954c825e23ecb1df9416ccf2e5566274c53b (diff) |
Not escape single quotes in src\hrc files
Escaping them is not needed.
Plus escaped quotes are taken into po files and
make translater's work more uncomfortable.
Change-Id: I2ea7218120bc3d9967bdf51091ef091acbf2b73c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index 2e9d0595ff7e..721251503770 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -541,7 +541,7 @@ ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE Pos = MAP_APPFONT ( 12 , 6 ) ; Size = MAP_APPFONT ( 178 , 40 ) ; WordBreak = TRUE; - Text [ en-US ] = "The data source \'%1\' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings."; + Text [ en-US ] = "The data source '%1' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings."; }; OKButton PB_MERGE_OK { |