From 04550e890c15b1efb8b5a4cd1e181299b3299ca7 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 06:03:57 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/dict/dictserver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dict/dictserver.cc b/src/dict/dictserver.cc index fe318f0f27..432f9bdee6 100644 --- a/src/dict/dictserver.cc +++ b/src/dict/dictserver.cc @@ -366,7 +366,7 @@ QString const & DictServerDictionary::getDescription() dictionaryDescription = QCoreApplication::translate( "DictServer", "Url: " ) + url + "
"; dictionaryDescription += QCoreApplication::translate( "DictServer", "Databases: " ) + "
"; for ( const auto & serverDatabase : databases ) - dictionaryDescription += "
" + serverDatabase; + dictionaryDescription += "
" + serverDatabase; dictionaryDescription += QCoreApplication::translate( "DictServer", "Search strategies: " ) + strategies.join( ", " ); if ( !serverDatabases.isEmpty() ) {