-
-
Notifications
You must be signed in to change notification settings - Fork 278
Move mention of download in progress at h2 level #1208
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While getting in touch with Kontur guys, any issues with merging this? Or let's just hold back till their feedback?
@@ -96,9 +96,8 @@ | |||
} | |||
else if (currentPage.match(/site\/forusers\/(download|alldownloads)\.html/g)){ | |||
$($('body')[0]).append('<div id="thankyou"> <div id="thankyoucontent">'+ | |||
'<h2>{{ _("Thank you!") }}</h2> <p/>'+ | |||
'<h2>{{ _("Thank you! Your freshly baked copy of QGIS is downloading.") }}</h2> <p/>'+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'<h2>{{ _("Thank you! Your freshly baked copy of QGIS is downloading.") }}</h2> <p/>'+ | |
'<h2>{{ _("Thank you! Your freshly baked copy of QGIS is downloading...") }}</h2> <p/>'+ |
'<div class="container"><div class="span8">'+ | ||
'<p><b>{{ _("Your freshly baked copy of QGIS is downloading.") }}</b></p>'+ | ||
'<p>{{ _("QGIS is free of charge, and will always be free of charge if downloaded from QGIS.org.") }}</p>'+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'<p>{{ _("QGIS is free of charge, and will always be free of charge if downloaded from QGIS.org.") }}</p>'+ | |
'<p>{{ _("Due to the file size the download may take some time. Please be patient.") }}</p>'+ | |
'<p>{{ _("QGIS is free of charge, and will always be free of charge if downloaded from QGIS.org.") }}</p>'+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me. Let's see if my review helps moving this further (I also have pending PRs :)
One of the drawbacks of doing this very small edits on such important pages, is that all translations break. I've discussed this with Harrissou in a remote session (and told him that I'm not in favour of pulling this, because this message is important). But others can (or if @DelazJ really wants this, I will do (or he can do himself)). PS: another reason not to edit such important pages (anymore) is that QGIS is busy with a new website(design/content). |
Currently, there is a big "Thank you". Let's complete with information that the download is ongoing...