mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-05 21:53:28 +01:00
Merge pull request #4192 from pejakm/trfixes
[EditTag Dialog] Fix not displaying translated string
This commit is contained in:
commit
5469c0469e
@ -354,7 +354,7 @@ void EditTagDialog::InitFieldValue(const FieldData& field,
|
|||||||
editor->clear();
|
editor->clear();
|
||||||
editor->clear_hint();
|
editor->clear_hint();
|
||||||
if (varies) {
|
if (varies) {
|
||||||
editor->set_hint(EditTagDialog::kHintText);
|
editor->set_hint(tr(EditTagDialog::kHintText));
|
||||||
} else {
|
} else {
|
||||||
editor->set_text(data_[sel[0].row()].current_value(field.id_).toString());
|
editor->set_text(data_[sel[0].row()].current_value(field.id_).toString());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user