diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 20:24:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 20:24:08 +0200 |
commit | 4c16525170ae7e4d6072ccbcf15e0bc6dafbfe0a (patch) | |
tree | b4a52fdc27e4c38452e6f42061a5e8cb9630e133 /ishtar_common | |
parent | 06b6dcb3d8a85d97141229853f2bcd4c1ecf43a1 (diff) | |
download | Ishtar-4c16525170ae7e4d6072ccbcf15e0bc6dafbfe0a.tar.bz2 Ishtar-4c16525170ae7e4d6072ccbcf15e0bc6dafbfe0a.zip |
Typo fix on sheet nav
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_nav.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_nav.html b/ishtar_common/templates/ishtar/blocks/window_nav.html index 6f4d94d6b..e9709bb76 100644 --- a/ishtar_common/templates/ishtar/blocks/window_nav.html +++ b/ishtar_common/templates/ishtar/blocks/window_nav.html @@ -12,12 +12,12 @@ </a> {% endif %} {% if next %} -<a class='history-nav' title="{% trans 'Restaure this version' %}" href="#" onclick='if(confirm("{%trans "Are you sure to restaure to this version? All changement made since this version will be lost."%}")){load_url("{% url revert_url item.pk item.history_date|date:"c"%}");closeAllWindows();load_window("{% url show_url item.pk None %}");}'> +<a class='history-nav' title="{% trans 'Restore this version' %}" href="#" onclick='if(confirm("{%trans 'Are you sure to restore to this version? All changement made since this version will be lost.' %}")){load_url("{% url revert_url item.pk item.history_date|date:"c"%}");closeAllWindows();load_window("{% url show_url item.pk None %}");}'> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-exchange fa-stack-1x fa-inverse"></i> </span> -<br/>{% trans "Restaure" %} +<br/>{% trans "Restore" %} </a> <a class='history-nav' href="#" onclick='load_window("{% url histo_url item.pk next|date:"c" %}");$("#{{window_id}}").hide();return false;' title="{%trans 'Next version'%}"> <span class="fa-stack"> |