Clarify wording when a user initiates a thumbnail rescrape.

Previously it could seem like the browser will get notified when complete.
This commit is contained in:
Brian Simpson
2015-01-06 11:49:39 -05:00
parent 7bed81dece
commit 4c37d92bbe

View File

@@ -74,7 +74,7 @@
</li>
%endif
%if thing.show_rescrape:
<li>${ynbutton(_("retry thumb"), _("retrying"), "rescrape")}</li>
<li>${ynbutton(_("retry thumb"), _("check back in a few minutes"), "rescrape")}</li>
%endif
</%def>