Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 41b0ac27

Von Tamino Steinert vor 23 Tagen hinzugefügt

  • ID 41b0ac2731566c72e11656f6d20a778966ce0bf6
  • Vorgänger 1b537c74
  • Nachfolger c8d3f1cd

locales

Unterschiede anzeigen:

SL/Controller/Part.pm
1916 1916
  }
1917 1917

  
1918 1918
  if (@double_lists) {
1919
    die t8("There is already a variant with the property values: #1.", join("; ", @double_lists));
1919
    die t8(
1920
      "There is already a variant of '#1' with the property values: #2",
1921
      $parent_variant->displayable_name,
1922
      join("; ", @double_lists)
1923
    );
1920 1924
  }
1921 1925
}
1922 1926

  

Auch abrufbar als: Unified diff