diff -r 7ac746c07ff2 -r ea09f33ce717 plugger.py --- 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()