aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/fontView.py
diff options
context:
space:
mode:
authorDave Crossland2015-10-26 20:46:42 -0400
committerDave Crossland2015-10-26 20:46:42 -0400
commit64a87de9912c95106e77b8c13e52cfb98689eeb5 (patch)
tree5d9bee376e685ccc29f1ef09566c05de8db13ba3 /Lib/defconQt/fontView.py
parent5de387e1ad91da532f3e10aafe67f0eddf4fbbd8 (diff)
downloadtrufont-64a87de9912c95106e77b8c13e52cfb98689eeb5.tar.bz2
[fontView] s/Mark/Flag/g in UI strings only
Diffstat (limited to 'Lib/defconQt/fontView.py')
-rw-r--r--Lib/defconQt/fontView.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py
index f665d1d..b0cc7e9 100644
--- a/Lib/defconQt/fontView.py
+++ b/Lib/defconQt/fontView.py
@@ -154,7 +154,7 @@ class InspectorWindow(QWidget):
self.writeRightSideBearing)
self.rightSideBearingEdit.setMaximumWidth(columnOneWidth)
self.rightSideBearingEdit.setValidator(QIntValidator(self))
- markColorLabel = QLabel("Mark:", self)
+ markColorLabel = QLabel("Flag:", self)
self.markColorButton = QPushButton(self)
self.markColorButton.setMaximumWidth(columnOneWidth)
app = QApplication.instance()
@@ -657,7 +657,7 @@ class MainWindow(QMainWindow):
menuBar.addMenu(fileMenu)
editMenu = QMenu("&Edit", self)
- markColorMenu = QMenu("Mark color", self)
+ markColorMenu = QMenu("Flag color", self)
pixmap = QPixmap(24, 24)
none = markColorMenu.addAction("None", self.markColor)
none.setData(None)