Fix UI strings reported on Crowdin (#23297)
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -284,7 +284,7 @@ void TaskDraftParameters::apply()
|
||||
{
|
||||
// Alert user if he created an empty feature
|
||||
if (ui->listWidgetReferences->count() == 0) {
|
||||
Base::Console().warning(tr("Empty draft created !\n").toStdString().c_str());
|
||||
Base::Console().warning(tr("Empty draft created!\n").toStdString().c_str());
|
||||
}
|
||||
|
||||
TaskDressUpParameters::apply();
|
||||
|
||||
Reference in New Issue
Block a user