Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QuickLook/Helpers/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion QuickLook/Translations.config
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<Icon_CloseOnLostFocus>Close on Lost Focus</Icon_CloseOnLostFocus>
<Icon_Quit>&amp;Quit</Icon_Quit>
<Update_NoUpdate>You are now on the latest version.</Update_NoUpdate>
<Update_Found>QuickLook {0} is released. Click here to open the download page.</Update_Found>
<Update_Found>QuickLook {0} has been released. Click here to open the download page.</Update_Found>
<Update_Error>Error occured when checking for updates: {0}</Update_Error>
<InfoPanel_LastModified>Last modified at {0}</InfoPanel_LastModified>
<InfoPanel_DriveSize>Capacity {0}, {1} available</InfoPanel_DriveSize>
Expand Down
Loading