Changed title of new project dialog from:
authorjanbarslo
Sun, 30 Jul 2017 13:54:51 -0700
changeset 1721 42f64435d740
parent 1720 f974476b16bb
child 1722 89824afffef2
Changed title of new project dialog from:
Choose a project
to
Choose an empty directory for new project
BeremizIDE.py
--- 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",