From 9cc0522efd153263570b5f9c4287b4c001022a31 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 21 Jan 2021 06:28:11 +0300 Subject: [PATCH] tdeio: minor simplification of plurals in translation A fixup for the d3d85b65 Signed-off-by: Alexander Golubev --- tdeio/tdeio/global.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tdeio/tdeio/global.cpp b/tdeio/tdeio/global.cpp index 2b66b7576..c53929b1e 100644 --- a/tdeio/tdeio/global.cpp +++ b/tdeio/tdeio/global.cpp @@ -1153,17 +1153,17 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er "response was not received within the amount of time allocated for " "the request as follows:") .append(TQString::fromLatin1("")) .append(i18n("Please note that you can alter these timeout settings in the TDE " "Control Center, by selecting Network -> Preferences." ));