mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-01 12:27:57 +01:00
[EdiTag Dialog] Fix not displaying translated string
This commit is contained in:
parent
5f3d548c70
commit
4c534e54ec
@ -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…
Reference in New Issue
Block a user