src/eric7/RemoteServerInterface/EricServerProfilesDialog.py

branch
server
changeset 10597
fbe93720ee9f
parent 10561
be23a662d709
child 11033
6b197c3389f7
diff -r ea35c92a3c7c -r fbe93720ee9f src/eric7/RemoteServerInterface/EricServerProfilesDialog.py
--- 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()[:]:

eric ide

mercurial