summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2014-11-25 22:42:34 -0600
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-11-26 16:25:31 +0000
commit53819935ee018fff6225540cde2407e0b6de52f3 (patch)
tree30c6ed2ba5b8e34836876c5a55c332abac82fd64 /dbaccess
parent2493facca9c8067e6c8db286958d27bf3a13b71a (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> (cherry picked from commit 9303192c4f1ff623f20ef4501723c003678140de) Reviewed-on: https://gerrit.libreoffice.org/13139
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.src2
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: */