BeremizIDE.py
changeset 1721 42f64435d740
parent 1720 f974476b16bb
child 1730 64d8f52bc8c8
--- a/BeremizIDE.py	Sun Jul 30 13:51:43 2017 -0700
+++ b/BeremizIDE.py	Sun Jul 30 13:54:51 2017 -0700
@@ -830,7 +830,7 @@
         except:
             defaultpath = os.path.expanduser("~")
 
-        dialog = wx.DirDialog(self , _("Choose a empty folder for new project"), defaultpath)
+        dialog = wx.DirDialog(self , _("Choose an empty directory for new project"), defaultpath)
         if dialog.ShowModal() == wx.ID_OK:
             projectpath = dialog.GetPath()
             self.Config.Write("lastopenedfolder",