[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Tue Dec 2 04:47:06 PST 2014


 dbaccess/source/ui/dlg/paramdialog.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4edbf35b18c5ecdd99ccc432788a2f9ce38a74f
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Mon Dec 1 18:55:34 2014 +0100

    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 at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/dbaccess/source/ui/dlg/paramdialog.src b/dbaccess/source/ui/dlg/paramdialog.src
index 23b1c55..bd0bf0b 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: */


More information about the Libreoffice-commits mailing list