Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Update the message about available update.
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Nov 10, 2017
1 parent b238079 commit d2dc113
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deduplicator.lrdevplugin/GithubCheckUpdates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ function checkForUpdates()
if r['tag_name'] ~= plugin_version then
local referToNewRelease = LrDialogs.confirm(
'Update is available!',
'Release ' .. r['tag_name'] .. ' is present, wanna visit release page?',
string.format(
'Release %s is available. You have %s, wanna visit download page?',
r['tag_name'], plugin_version),
'Yes, I want to download an update!',
'No, thanks.'
)
Expand Down

0 comments on commit d2dc113

Please sign in to comment.