This commit is contained in:
abakkk 2019-04-01 21:26:56 +02:00
parent 31e540e128
commit d543ba5c90
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ var AboutPage = new GObject.Class({
creditBox.pack_start(rightBox, true, true, 5); creditBox.pack_start(rightBox, true, true, 5);
vbox.add(creditBox); vbox.add(creditBox);
if (_("Translators") != "Translators") { if (_("Translators") != "Translators" && _("Translators") != "") {
leftBox.pack_start(new Gtk.Label(), false, false, 0); leftBox.pack_start(new Gtk.Label(), false, false, 0);
rightBox.pack_start(new Gtk.Label(), false, false, 0); rightBox.pack_start(new Gtk.Label(), false, false, 0);
leftLabel = new Gtk.Label({ wrap: true, valign: 1, halign: 2, justify: 1, use_markup: true, label: "<small>" + _GTK("Translated by") + "</small>" }); leftLabel = new Gtk.Label({ wrap: true, valign: 1, halign: 2, justify: 1, use_markup: true, label: "<small>" + _GTK("Translated by") + "</small>" });