Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Kirigami Gallery
Commits
31841cf7
Commit
31841cf7
authored
Sep 02, 2022
by
Marius Pa
Browse files
MiscGallery add missing verb
Replace "We not in mobile mode" with "We are not in mobile device mode".
parent
cb4ae79b
Pipeline
#226289
passed with stage
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/data/contents/ui/gallery/MiscGallery.qml
View file @
31841cf7
...
...
@@ -241,7 +241,7 @@ ScrollablePage {
}
Label
{
Layout.alignment
:
Qt
.
AlignHCenter
text
:
Settings
.
isMobile
?
"
We are in mobile device mode
"
:
"
We not in mobile mode
"
text
:
Settings
.
isMobile
?
"
We are in mobile device mode
"
:
"
We
are
not in mobile
device
mode
"
}
Label
{
Layout.alignment
:
Qt
.
AlignHCenter
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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