beremiz

42f64435d740
Parents f974476b16bb
Children 89824afffef2
Changed title of new project dialog from:
Choose a project
to
Choose an empty directory for new project
--- 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",