Typos
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="Gui::FileChooser" name="File">
|
||||
<property name="filter">
|
||||
<string>pattern files (*.pat *.PAT)</string>
|
||||
<string>Pattern files (*.pat *.PAT)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -293,7 +293,7 @@ class AnnotationStyleEditor(gui_base.GuiCommandSimplest):
|
||||
QtGui.QApplication.activeWindow(),
|
||||
translate("draft","Open styles file"),
|
||||
None,
|
||||
translate("draft","JSON file (*.json *.JSON)"))
|
||||
translate("draft","JSON files (*.json *.JSON)"))
|
||||
if filename and filename[0]:
|
||||
nstyles = {}
|
||||
with open(filename[0]) as f:
|
||||
|
||||
Reference in New Issue
Block a user