Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7c39e42

Von Tamino Steinert vor 3 Monaten hinzugefügt

  • ID e7c39e429baffc28b1ead12fd6978661b548c369
  • Vorgänger 7ef9062b
  • Nachfolger 27379dcb

locales

Unterschiede anzeigen:

SL/Controller/Part.pm
1882 1882
  }
1883 1883

  
1884 1884
  if (@double_lists) {
1885
    die t8("There is already a variant with the property values: #1.", join("; ", @double_lists));
1885
    die t8(
1886
      "There is already a variant of '#1' with the property values: #2",
1887
      $parent_variant->displayable_name,
1888
      join("; ", @double_lists)
1889
    );
1886 1890
  }
1887 1891
}
1888 1892

  

Auch abrufbar als: Unified diff