Update version and support message

This commit is contained in:
Tony George 2021-09-25 12:12:03 +05:30
parent 30ac3e852e
commit a547100dba
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift";
public const string AppShortName = "timeshift";
public const string AppVersion = "21.06";
public const string AppVersion = "21.09";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

View File

@ -37,7 +37,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift";
public const string AppShortName = "timeshift";
public const string AppVersion = "21.06";
public const string AppVersion = "21.09";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

View File

@ -67,7 +67,7 @@ public class DonationWindow : Gtk.Window {
add_label(msg);
msg = _("If you find this application useful, consider making a donation to support the development.");
msg = _("This software is updated once a year due to lack of time, developers, and funds. You can support this project by making a donation with PayPal.");
add_label(msg);
@ -97,7 +97,7 @@ public class DonationWindow : Gtk.Window {
hbox = add_hbox();
add_button(hbox, _("Website"), "https://teejeetech.com/");
add_button(hbox, _("Visit Website"), "https://teejeetech.com/");
add_button(hbox, _("More Apps"), "https://teejeetech.com/shop/");