summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-12-01 18:55:34 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-02 12:46:41 +0000
commitf4edbf35b18c5ecdd99ccc432788a2f9ce38a74f (patch)
tree0d343d464390d1e8153c81ff5fd5f8372624f20c /dbaccess
parent7436ce2e156f37a490edf7e8164138aeed2856e2 (diff)
Correct error message: the name is the parameter's, not the column's
Change-Id: Ia26fb2dcd443f5c5b5cc48dff209d022388c7519 Reviewed-on: https://gerrit.libreoffice.org/13250 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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 23b1c551531d..bd0bf0be883a 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$\" parameter";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */