[Libreoffice-commits] core.git: connectivity/inc

Adolfo Jayme Barrientos (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 9 15:41:40 UTC 2020


 connectivity/inc/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2bbb2cb8c3a5dcdad242454049a1a12ee4d7e2d
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Mon Mar 9 07:19:05 2020 -0600
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Mar 9 16:41:06 2020 +0100

    Rephrase an ungrammatical string
    
    Reported by Tuomas Hietala.
    
    Change-Id: Ib5f0575681911e258a20e6ca9f6a3ab201820dd7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90223
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/connectivity/inc/strings.hrc b/connectivity/inc/strings.hrc
index 2be7348f065c..c1b4fa30b977 100644
--- a/connectivity/inc/strings.hrc
+++ b/connectivity/inc/strings.hrc
@@ -34,7 +34,7 @@
 #define STR_ILLEGAL_MOVEMENT                    NC_("STR_ILLEGAL_MOVEMENT", "Illegal cursor movement occurred.")
 #define STR_COMMIT_ROW                          NC_("STR_COMMIT_ROW", "Please commit row '$position$' before update rows or insert new rows.")
 // = common strings
-#define STR_NO_CONNECTION_GIVEN                 NC_("STR_NO_CONNECTION_GIVEN", "It doesn't exist a connection to the database.")
+#define STR_NO_CONNECTION_GIVEN                 NC_("STR_NO_CONNECTION_GIVEN", "No connection to the database exists.")
 #define STR_WRONG_PARAM_INDEX                   NC_("STR_WRONG_PARAM_INDEX", "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source.")
 #define STR_NO_INPUTSTREAM                      NC_("STR_NO_INPUTSTREAM", "The input stream was not set.")
 #define STR_NO_ELEMENT_NAME                     NC_("STR_NO_ELEMENT_NAME", "There is no element named '$name$'.")


More information about the Libreoffice-commits mailing list