You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html += tr("SQL Restore is a SQL batch restore program by %1.").arg("<a href=\"https://jkvinge.net/\">Jonas Kvinge</a>");
74
74
html += "<br />";
75
-
html += tr("The program is free software, released under GPL.");
75
+
html += tr("The program is free software, released under GPL. The source code is available on GitHub %1").arg("<a href=\"https://github.com/jonaski/sqlrestore\">here</a>");
76
76
html += "<br />";
77
+
html += tr("You should have received a copy of the GNU General Public License along with this program. If not, see %1").arg("<a href=\"http://www.gnu.org/licenses/\">http://www.gnu.org/licenses/</a>");
78
+
html += "</p>";
79
+
80
+
html += "<p>";
81
+
77
82
html += tr("If you like this program and can make use it, consider sponsoring or donating.");
78
83
html += "<br />";
79
84
html += tr("To sponsor me visit %1.").arg("<a href=\"https://github.com/sponsors/jonaski\">my GitHub sponsors profile</a>");
80
85
html += "<br />";
81
86
html += tr("Funding developers through GitHub Sponsors is one more way to contribute to open source projects you appreciate, it helps developers get the resources they need, and recognize contributors working behind the scenes to make open source better for everyone.");
82
87
html += "<br />";
83
88
html += tr("You can also make a one-time payment through %1.").arg("<a href=\"https://paypal.me/jonaskvinge\">paypal.me/jonaskvinge</a>");
0 commit comments