--- a/src/eric7/RemoteServerInterface/EricServerProfilesDialog.py Thu Feb 22 16:26:46 2024 +0100 +++ b/src/eric7/RemoteServerInterface/EricServerProfilesDialog.py Thu Feb 22 16:34:43 2024 +0100 @@ -112,9 +112,7 @@ yes = EricMessageBox.yesNo( self, self.tr("Remove Selected Entries"), - self.tr( - "Do you really want to remove the selected entries from the list?" - ), + self.tr("Do you really want to remove the selected entries from the list?"), ) if yes: for itm in self.connectionsList.selectedItems()[:]: