summaryrefslogtreecommitdiff
path: root/src/projManagement
diff options
context:
space:
mode:
authorfahim2015-05-27 11:36:54 +0530
committerfahim2015-05-27 11:36:54 +0530
commitbf5cac5fb49b819d1e4dd703bb325ea3a3613482 (patch)
tree92ec964bea0b2500c355d090dbba01c482458420 /src/projManagement
parentbca9871d3ba7b18738c8f326cf9511834679b555 (diff)
downloadeSim-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')
-rw-r--r--src/projManagement/Kicad.py2
-rw-r--r--src/projManagement/Kicad.pycbin4302 -> 4304 bytes
2 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:
diff --git a/src/projManagement/Kicad.pyc b/src/projManagement/Kicad.pyc
index ea2a9e78..7db28088 100644
--- a/src/projManagement/Kicad.pyc
+++ b/src/projManagement/Kicad.pyc
Binary files differ