Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Barista
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Image Analysis Group, Pattern Recognition and
Barista
Commits
e1b64397
Commit
e1b64397
authored
Feb 19, 2018
by
j_stru18
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct spelling and grammar of messagebox text
parent
6c42da30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gui/input_manager/input_manager.py
gui/input_manager/input_manager.py
+1
-1
No files found.
gui/input_manager/input_manager.py
View file @
e1b64397
...
...
@@ -788,7 +788,7 @@ class InputManager(QtWidgets.QWidget):
if
len
(
mylayer
)
==
0
:
# no layer of this type
QtWidgets
.
QMessageBox
.
warning
(
self
,
type
,
"There
are no Layer of this Type
"
)
QtWidgets
.
QMessageBox
.
warning
(
self
,
type
,
"There
is no layer of this type.
"
)
return
# get the selected layers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment