diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-22 10:02:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-22 10:02:14 +0200 |
commit | 58c6e92abc858ad3e1780c77c0a353165e08bb34 (patch) | |
tree | f47272f17edf9c12823e9e844d5d7a6baffbf45e /archaeological_files/templates/ishtar/sheet_file.html | |
parent | 3554529456334662f035f41b9b7479c345439238 (diff) | |
download | Ishtar-58c6e92abc858ad3e1780c77c0a353165e08bb34.tar.bz2 Ishtar-58c6e92abc858ad3e1780c77c0a353165e08bb34.zip |
Replace all "Reference" label by "Ref." (refs #1322)
Diffstat (limited to 'archaeological_files/templates/ishtar/sheet_file.html')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 7d708c23f..2f5644ca0 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -88,7 +88,7 @@ <caption>{%trans "Admninistrative acts"%}</caption> <tr> <th>{% trans "Year" %}</th> - <th>{% trans "Reference" %}</th> + <th>{% trans "Ref." %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Date" %}</th> </tr> @@ -108,7 +108,7 @@ <caption>{%trans "Associated operations"%}</caption> <tr> <th>{% trans "Year" %}</th> - <th>{% trans "Reference" %}</th> + <th>{% trans "Ref." %}</th> <th>Code Patriarche</th> <th>{% trans "Type" %}</th> <th>{% trans "In charge" %}</th> @@ -136,7 +136,7 @@ <caption>{%trans "Admninistrative acts linked to associated operations"%}</caption> <tr> <th>{% trans "Year" %}</th> - <th>{% trans "Reference" %}</th> + <th>{% trans "Ref." %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Date" %}</th> </tr> |