diff --git a/prefs.js b/prefs.js
index 83b15ca..75729db 100644
--- a/prefs.js
+++ b/prefs.js
@@ -144,7 +144,7 @@ const AboutPage = new GObject.Class({
leftBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.END, justify: Gtk.Justification.RIGHT,
use_markup: true, label: "" + _GTK("Created by") + "" }));
rightBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.START, justify: Gtk.Justification.LEFT,
- use_markup: true, label: "Abakkk" }));
+ use_markup: true, label: "Abakkk" }));
creditBox.append(leftBox);
creditBox.append(rightBox);
vbox.append(creditBox);