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 /dbaccess | |
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 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/AutoControls_tmpl.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc index 8bdc3f26f56a..bf37c0dc2794 100644 --- a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc +++ b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc @@ -405,7 +405,7 @@ \ String STR_AUTOFIELDSEPARATORLIST \ { \ - Text [ x-comment ] = "EM Dec 2002: \'Space\' refers to what you get when you hit the space bar on your keyboard."; \ + Text [ x-comment ] = "EM Dec 2002: 'Space' refers to what you get when you hit the space bar on your keyboard."; \ Text [ en-US ] = ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32" ; \ }; \ \ |