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
Multimedia
Elisa
Commits
1ae151fe
Commit
1ae151fe
authored
Jul 23, 2020
by
Nate Graham
Browse files
Improve i18n() context for a string which must be kept as short as possible
CCBUG: 424445
parent
580f2111
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qml/MediaPlayListView.qml
View file @
1ae151fe
...
...
@@ -125,7 +125,7 @@ FocusScope {
Layout.fillWidth
:
true
text
:
i18nc
(
"
Title of the view of the playlist
"
,
"
Playlist
"
)
text
:
i18nc
(
"
@info
Title of the view of the playlist
; keep this string as short as possible because horizontal space is quite scarce
"
,
"
Playlist
"
)
level
:
1
Layout.alignment
:
Qt
.
AlignLeft
|
Qt
.
AlignVCenter
...
...
Write
Preview
Supports
Markdown
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