CondaInterface/CondaPackagesWidget.py

changeset 6771
bcffbb627791
parent 6738
a7f835b41606
child 6796
eebd0a5f10f4
diff -r 4782d2b8e1bd -r bcffbb627791 CondaInterface/CondaPackagesWidget.py
--- a/CondaInterface/CondaPackagesWidget.py	Sat Feb 16 15:41:33 2019 +0100
+++ b/CondaInterface/CondaPackagesWidget.py	Sat Feb 16 17:02:46 2019 +0100
@@ -662,7 +662,7 @@
         ok = E5MessageBox.yesNo(
             self,
             self.tr("Delete Environment"),
-            self.tr("""<p>Shal the environment <b>{0}</b> really be"""
+            self.tr("""<p>Shall the environment <b>{0}</b> really be"""
                     """ deleted?</p>""").format(envName)
         )
         if ok:

eric ide

mercurial