mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Tweaked the version check text a bit.
This commit is contained in:
parent
721e62d29c
commit
eefc258781
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ release_blog_posts["1.2.9.129"] = "/2017/01/28/129-bug-bash/";
|
|||
|
||||
<div id="currentVersion" class="alert alert-success collapse" role="alert">
|
||||
<i class="fa fa-check-circle"></i> You installed the most recent version of Greenshot.
|
||||
<div id="blogPost1" class="collapse">More information about this version can be read <a id="blog1" href="">here</a>.</div>
|
||||
<div id="blogPost1" class="collapse">More information about the version you installed can be found <a id="blog1" href="">here</a>.</div>
|
||||
</div>
|
||||
<div id="oldVersion" class="alert alert-danger collapse" role="alert">
|
||||
<i class="fa fa-exclamation-triangle"></i> <strong>You are not using the newest Greenshot version.</strong><br/>
|
||||
<div id="blogPost2" class="collapse">More information about this version can be read <a id="blog2" href="">here</a>.</div>
|
||||
<div id="blogPost2" class="collapse">More information about the version you installed can be found <a id="blog2" href="">here</a>.</div>
|
||||
You might want to download the newest version, which is {{ latest_release.tag_name }}, from <a href="/downloads/">here</a>. Also always make sure to get Greenshot from <a href="http://getgreenshot.org/">getgreenshot.org</a>, .
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue