Sort credit section for name

This commit is contained in:
Daniel García Moreno 2018-02-12 08:12:45 +01:00
parent a3fb4bffba
commit 49d2dd6a40

View file

@ -1959,7 +1959,7 @@ impl AppOp {
"Saurav Sachidanand",
]);
dialog.add_credit_section("Named as Fractal by", &["Regina Bíró"]);
dialog.add_credit_section("Name by", &["Regina Bíró"]);
dialog.show();
}