Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 27, 2023
1 parent 9c4728d commit 04550e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/dictserver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ QString const & DictServerDictionary::getDescription()
dictionaryDescription = QCoreApplication::translate( "DictServer", "Url: " ) + url + "<br>";
dictionaryDescription += QCoreApplication::translate( "DictServer", "Databases: " ) + "<br>";
for ( const auto & serverDatabase : databases )
dictionaryDescription += "<br>" + serverDatabase;
dictionaryDescription += "<br>" + serverDatabase;
dictionaryDescription +=
QCoreApplication::translate( "DictServer", "Search strategies: " ) + strategies.join( ", " );
if ( !serverDatabases.isEmpty() ) {
Expand Down

0 comments on commit 04550e8

Please sign in to comment.