Changed title of New Project dialog
authorjanbarslo
Sun, 30 Jul 2017 13:51:43 -0700
changeset 1720 f974476b16bb
parent 1719 704c7036db85
child 1721 42f64435d740
Changed title of New Project dialog
from
Chose a project
to
Choose an empty directory for new project
BeremizIDE.py
--- a/BeremizIDE.py	Fri Jul 28 15:34:11 2017 +0300
+++ b/BeremizIDE.py	Sun Jul 30 13:51:43 2017 -0700
@@ -830,7 +830,7 @@
         except:
             defaultpath = os.path.expanduser("~")
 
-        dialog = wx.DirDialog(self , _("Choose a project"), defaultpath)
+        dialog = wx.DirDialog(self , _("Choose a empty folder for new project"), defaultpath)
         if dialog.ShowModal() == wx.ID_OK:
             projectpath = dialog.GetPath()
             self.Config.Write("lastopenedfolder",