Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Miguel Lopez
Krita
Commits
61cbf857
Commit
61cbf857
authored
May 06, 2014
by
Arjen Hiemstra
Browse files
sketch: Correct an typo in the minimize button tooltip
parent
176d632d
Changes
1
Hide whitespace changes
Inline
Side-by-side
krita/sketch/qml/WelcomePage.qml
View file @
61cbf857
...
...
@@ -56,7 +56,7 @@ Page {
width
:
Constants
.
GridWidth
*
0.75
;
height
:
Constants
.
GridHeight
*
0.75
;
tooltip
:
"
Mini
n
ize
"
;
tooltip
:
"
Mini
m
ize
"
;
image
:
Settings
.
theme
.
icon
(
"
minimize
"
);
onClicked
:
Krita
.
Window
.
minimize
();
...
...
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