From 329ce0c704c50d510c449b51544265318fbe08c6 Mon Sep 17 00:00:00 2001 From: zhrexl <51864789+zhrexl@users.noreply.github.com> Date: Fri, 25 Mar 2022 23:31:15 -0300 Subject: [PATCH 1/2] Update prefs.js Added forked author Updated extension name --- prefs.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/prefs.js b/prefs.js index 83b15ca..d157e2f 100644 --- a/prefs.js +++ b/prefs.js @@ -123,7 +123,7 @@ const AboutPage = new GObject.Class({ this.set_child(vbox); // Translators: you are free to translate the extension name, that is displayed in About page, or not - let name = " " + _("Draw On You Screen") + ""; + let name = " " + _("Draw On You Screen 2") + ""; // Translators: version number in "About" page let version = _("Version %f").format(Me.metadata.version); // Translators: you are free to translate the extension description, that is displayed in About page, or not @@ -144,7 +144,13 @@ 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" })); + + leftBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.END, justify: Gtk.Justification.RIGHT, + use_markup: true, label: "" + _GTK("Forked by") + "" })); + rightBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.START, justify: Gtk.Justification.LEFT, + use_markup: true, label: "zhrexl" })); + creditBox.append(leftBox); creditBox.append(rightBox); vbox.append(creditBox); From e52294646ab5e1a64a9d23e4949ac68f922805df Mon Sep 17 00:00:00 2001 From: zhrexl <51864789+zhrexl@users.noreply.github.com> Date: Fri, 25 Mar 2022 23:31:24 -0300 Subject: [PATCH 2/2] Update metadata.json update version --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 45aaad7..2d398d6 100644 --- a/metadata.json +++ b/metadata.json @@ -20,5 +20,5 @@ "40", "41" ], - "version": 11.1 + "version": 12.0 }