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
PIM
Itinerary
Commits
68f44010
Commit
68f44010
authored
Jul 24, 2021
by
Volker Krause
Browse files
Disambiguate "%1 changes"
In German modifying something and switching transportation translate differently.
parent
931a9ea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/JourneySummaryDelegate.qml
View file @
68f44010
...
...
@@ -61,7 +61,7 @@ RowLayout {
}
}
QQC2.Label
{
text
:
i18np
(
"
One change
"
,
"
%1 changes
"
,
journey
.
numberOfChanges
)
text
:
i18n
c
p
(
"
number of switches to another transport
"
,
"
One change
"
,
"
%1 changes
"
,
journey
.
numberOfChanges
)
Layout.fillWidth
:
true
}
...
...
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