Corrected hard coded strings

This commit is contained in:
stratmaster 2018-06-21 15:47:23 +02:00 committed by Frédéric Guillot
parent eb9d23c796
commit cd77ebd742
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
// 2018-06-19 22:56:40.319198468 -0700 PDT m=+0.041010588
// 2018-06-21 15:46:05.07724268 +0200 CEST m=+0.035251547
package template
@ -171,8 +171,8 @@ var templateCommonMap = map[string]string{
<p>{{ t "Items Navigation" }}</p>
<ul>
<li>{{ t "Go to previous item" }} = <strong>p or j or </strong></li>
<li>{{ t "Go to next item" }} = <strong>n or k or </strong></li>
<li>{{ t "Go to previous item" }} = <strong>p {{ t "or" }} j {{ t "or" }} </strong></li>
<li>{{ t "Go to next item" }} = <strong>n {{ t "or" }} k {{ t "or" }} </strong></li>
</ul>
<p>{{ t "Pages Navigation" }}</p>
@ -224,6 +224,6 @@ var templateCommonMap = map[string]string{
var templateCommonMapChecksums = map[string]string{
"entry_pagination": "f1465fa70f585ae8043b200ec9de5bf437ffbb0c19fb7aefc015c3555614ee27",
"item_meta": "6cff8ae243f19dac936e523867d2975f70aa749b2a461ae63f6ebbca94cf7419",
"layout": "2226ad243581d200b3d9499787a5ba38d6b2fff38d2ce86a40eb395a6efc17de",
"layout": "2cc3abf4d832b8368689d17091856ccae696f8a51b8fc29641107846f5d6661a",
"pagination": "6ff462c2b2a53bc5448b651da017f40a39f1d4f16cef4b2f09784f0797286924",
}

View File

@ -96,8 +96,8 @@
<p>{{ t "Items Navigation" }}</p>
<ul>
<li>{{ t "Go to previous item" }} = <strong>p or j or ◄</strong></li>
<li>{{ t "Go to next item" }} = <strong>n or k or ►</strong></li>
<li>{{ t "Go to previous item" }} = <strong>p {{ t "or" }} j {{ t "or" }}</strong></li>
<li>{{ t "Go to next item" }} = <strong>n {{ t "or" }} k {{ t "or" }}</strong></li>
</ul>
<p>{{ t "Pages Navigation" }}</p>