Revision 7bd0835e
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
}
|
||
|
||
if (@double_lists) {
|
||
die t8("There is already a variant with the property values: #1.", join("; ", @double_lists));
|
||
die t8(
|
||
"There is already a variant of '#1' with the property values: #2",
|
||
$parent_variant->displayable_name,
|
||
join("; ", @double_lists)
|
||
);
|
||
}
|
||
}
|
||
|
Auch abrufbar als: Unified diff
locales