From 8d43f13032adaf7554adc3af5afb2018f48adcaa Mon Sep 17 00:00:00 2001 From: Shakes4cc <50526300+Shakes4cc@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:30:52 +0200 Subject: [PATCH 1/2] Improve update notification message --- QuickLook/Helpers/Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickLook/Helpers/Updater.cs b/QuickLook/Helpers/Updater.cs index 045cb08e5..7f58e9314 100644 --- a/QuickLook/Helpers/Updater.cs +++ b/QuickLook/Helpers/Updater.cs @@ -96,7 +96,7 @@ private static void CollectAndShowReleaseNotes() { var json = DownloadJson("https://api.github.com/repos/QL-Win/QuickLook/releases"); - var notes = "# QuickLook has been updated!\r\n"; + var notes = "# A new version of QuickLook is available!\r\n"; var count = 0; foreach (var item in json) From ee750c3304cae5f235acc31cf27cc8087dc1a052 Mon Sep 17 00:00:00 2001 From: Shakes4cc <50526300+Shakes4cc@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:31:27 +0200 Subject: [PATCH 2/2] Fix typo in notification message --- QuickLook/Translations.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickLook/Translations.config b/QuickLook/Translations.config index 0b12c8b73..9d01bc2b9 100644 --- a/QuickLook/Translations.config +++ b/QuickLook/Translations.config @@ -256,7 +256,7 @@ Close on Lost Focus &Quit You are now on the latest version. - QuickLook {0} is released. Click here to open the download page. + QuickLook {0} has been released. Click here to open the download page. Error occured when checking for updates: {0} Last modified at {0} Capacity {0}, {1} available