summaryrefslogtreecommitdiffstats
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorDarkByt31 <avihs.29@gmail.com>2019-04-22 15:10:05 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2019-04-24 10:30:37 +0200
commit6673724ab346f09eb8d403064c56ddca44c89090 (patch)
tree0869706bf0399a474c7e1455672c0a36b09d3d4e /dbaccess/inc
parentfix filename of a test file in writerperfect (diff)
downloadcore-6673724ab346f09eb8d403064c56ddca44c89090.tar.gz
core-6673724ab346f09eb8d403064c56ddca44c89090.zip
tdf#124197 Improve "Unexpected error" user-visible error message wording
Change-Id: I11c2ac4855a5fec2d26255ec3ab14ffe50e0fbbe Reviewed-on: https://gerrit.libreoffice.org/71066 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/inc/strings.hrc b/dbaccess/inc/strings.hrc
index 1ee472919014..62d7f209c5fe 100644
--- a/dbaccess/inc/strings.hrc
+++ b/dbaccess/inc/strings.hrc
@@ -338,7 +338,7 @@
#define STR_RSC_CHARSETS NC_("STR_RSC_CHARSETS", "System")
#define STR_ERROR_DURING_CREATION NC_("STR_ERROR_DURING_CREATION", "Error during creation")
-#define STR_UNEXPECTED_ERROR NC_("STR_UNEXPECTED_ERROR", "An unexpected error occurred. The operation could not be performed.")
+#define STR_UNEXPECTED_ERROR NC_("STR_UNEXPECTED_ERROR", "An error occurred. The operation could not be performed.")
#define STR_COULDNOTOPEN_LINKEDDOC NC_("STR_COULDNOTOPEN_LINKEDDOC", "The document \"$file$\" could not be opened.")
#define STR_MISSING_TABLES_XDROP NC_("STR_MISSING_TABLES_XDROP", "The table cannot be deleted because the database connection does not support this.")
#define STR_BUTTON_TEXT_ALL NC_("STR_BUTTON_TEXT_ALL", "~All")