diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-01 18:55:34 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-01 19:02:59 +0100 |
commit | e4b8b7000525f34710f6dde35f45a629f1a4b383 (patch) | |
tree | 43d3f8780f4e74aa828f987d0cdca1d57a89b14b /dbaccess | |
parent | 509e54df095712a91ff9ab3c6b885998936f79a0 (diff) |
Correct error message: the name is the parameter's, not the column's
Change-Id: Ia26fb2dcd443f5c5b5cc48dff209d022388c7519
Diffstat (limited to 'dbaccess')
-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 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: */ |