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

Adolfo Jayme Barrientos fitojb at ubuntu.com
Wed Nov 26 08:25:54 PST 2014


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

New commits:
commit 53819935ee018fff6225540cde2407e0b6de52f3
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Tue Nov 25 22:42:34 2014 -0600

    Add missing space in translatable string
    
    Change-Id: I88dabd5612069a7de3cad188344cc5c33ba22a7e
    Reviewed-on: https://gerrit.libreoffice.org/13127
    Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
    Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
    (cherry picked from commit 9303192c4f1ff623f20ef4501723c003678140de)
    Reviewed-on: https://gerrit.libreoffice.org/13139

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


More information about the Libreoffice-commits mailing list