diff options
author | fahim | 2015-05-27 11:36:54 +0530 |
---|---|---|
committer | fahim | 2015-05-27 11:36:54 +0530 |
commit | bf5cac5fb49b819d1e4dd703bb325ea3a3613482 (patch) | |
tree | 92ec964bea0b2500c355d090dbba01c482458420 /src/projManagement/Kicad.py | |
parent | bca9871d3ba7b18738c8f326cf9511834679b555 (diff) | |
download | eSim-bf5cac5fb49b819d1e4dd703bb325ea3a3613482.tar.gz eSim-bf5cac5fb49b819d1e4dd703bb325ea3a3613482.tar.bz2 eSim-bf5cac5fb49b819d1e4dd703bb325ea3a3613482.zip |
Subject: Removed unwanted comment and print statement
Description: Removed unwanted comment and print statement
Diffstat (limited to 'src/projManagement/Kicad.py')
-rw-r--r-- | src/projManagement/Kicad.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projManagement/Kicad.py b/src/projManagement/Kicad.py index f5acf515..1b5135b1 100644 --- a/src/projManagement/Kicad.py +++ b/src/projManagement/Kicad.py @@ -124,7 +124,7 @@ class Kicad: else: self.msg = QtGui.QErrorMessage(None) - self.msg.showMessage('Your project do not contain any Kicad netlist file for conversion') + self.msg.showMessage('The project does not contain any Kicad netlist file for conversion.') self.msg.setWindowTitle("Error Message") else: |