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
readonlystring_noNewVersionMessage="You already have the latest version!";
@@ -49,9 +48,14 @@ public partial class MainForm : Form
49
48
readonlystring_errorModernAppsMessage="The following app(s) couldn't be uninstalled:\n";
50
49
readonlystring_resetMessage="Are you sure you want to reset configuration?\n\nThis will reset all your preferences, including any icons you extracted or downloaded using Integrator, but will not touch anything on your computer!";
returnstring.Format("There is a new version available!\n\nLatest version: {0}\nCurrent version: {1}\n\nDo you want to download it now?",latest,Program.GetCurrentVersionTostring());
53
+
returnstring.Format("There is a new version available!\n\nLatest version: {0}\nCurrent version: {1}\n\nDo you want to download it now?",latestVersion,Program.GetCurrentVersionTostring());
0 commit comments