summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-03-09 07:19:05 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-03-09 16:41:06 +0100
commitc2bbb2cb8c3a5dcdad242454049a1a12ee4d7e2d (patch)
treea7e8ffe87b07d762f45ec8764160d50f3b50e96c /connectivity/inc
parent5ec3eb9e044f6e736fdff9302c6eb52c76e85391 (diff)
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@ubuntu.com>
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
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$'.")