diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-25 22:42:34 -0600 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-26 09:20:04 +0000 |
commit | 9303192c4f1ff623f20ef4501723c003678140de (patch) | |
tree | 79d2d79e35dda1f8fecf49ed2c05bdf3768545c8 /dbaccess/source | |
parent | 14fa102cb972b5abb81923651904448abf79fd48 (diff) |
Add missing space in translatable string
Change-Id: I88dabd5612069a7de3cad188344cc5c33ba22a7e
Reviewed-on: https://gerrit.libreoffice.org/13127
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/dlg/paramdialog.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/paramdialog.src b/dbaccess/source/ui/dlg/paramdialog.src index fc8d020bcfee..23b1c551531d 100644 --- a/dbaccess/source/ui/dlg/paramdialog.src +++ b/dbaccess/source/ui/dlg/paramdialog.src @@ -21,7 +21,7 @@ String STR_COULD_NOT_CONVERT_PARAM { - Text [ en-US ] = "The entry could not be converted to a valid value for the \"$name$\"column"; + Text [ en-US ] = "The entry could not be converted to a valid value for the \"$name$\" column"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |