plugger.py
changeset 428 ea09f33ce717
parent 427 7ac746c07ff2
child 430 5981ad8547f5
--- a/plugger.py	Fri Oct 23 15:41:48 2009 +0200
+++ b/plugger.py	Fri Oct 23 18:45:24 2009 +0200
@@ -869,7 +869,7 @@
         if CheckPathPerm(self.ProjectPath):
             return True
         dialog = wx.MessageDialog(self.AppFrame, 
-                    _('You must have write permission to work on the project\nWork on a project copy ?'),
+                    _('You must have permission to work on the project\nWork on a project copy ?'),
                     _('Error'), 
                     wx.YES_NO | wx.NO_DEFAULT | wx.ICON_QUESTION)
         answer = dialog.ShowModal()