Improve translation context for some labels

These translations went sort of wrong in the Turkish translation, because the context was unclear. I've tried to clarify it better.

Contributes to issue CURA-570.
This commit is contained in:
Ghostkeeper 2016-10-05 11:23:48 +02:00
parent 6e369bec57
commit 6f412c0825
No known key found for this signature in database
GPG key ID: 701948C5954A7385
10 changed files with 27 additions and 27 deletions

View file

@ -31,7 +31,7 @@ Item {
spacing: UM.Theme.getSize("default_margin").width
Label
{
text: catalog.i18nc("@label", "Print model with")
text: catalog.i18nc("@label Followed by extruder selection drop-down.", "Print model with")
anchors.verticalCenter: extruderSelector.verticalCenter
color: UM.Theme.getColor("setting_control_text")