SmartPlaylistSearchTermWidget: Remove tr from Strawberry
This commit is contained in:
@@ -417,7 +417,7 @@ void SmartPlaylistSearchTermWidget::RelativeValueChanged() {
|
|||||||
}
|
}
|
||||||
// Explain the user why he can't proceed
|
// Explain the user why he can't proceed
|
||||||
if (ui_->value_date_numeric1->value() >= ui_->value_date_numeric2->value()) {
|
if (ui_->value_date_numeric1->value() >= ui_->value_date_numeric2->value()) {
|
||||||
QMessageBox::warning(this, tr("Strawberry"), tr("The second value must be greater than the first one!"));
|
QMessageBox::warning(this, "Strawberry", tr("The second value must be greater than the first one!"));
|
||||||
}
|
}
|
||||||
// Emit the signal in any case, so the Next button will be disabled
|
// Emit the signal in any case, so the Next button will be disabled
|
||||||
emit Changed();
|
emit Changed();
|
||||||
|
|||||||
Reference in New Issue
Block a user