diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-07-17 22:39:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-07-17 22:39:21 +0200 |
commit | 4c536f2af8de89159168b1ec746c7f2c8db942ec (patch) | |
tree | c951c77e6f64998fe5eb93af86770eaf4887e390 | |
parent | 4a82f8d864ccd22e4e88598af4dda2551fb934b9 (diff) | |
download | Ishtar-4c536f2af8de89159168b1ec746c7f2c8db942ec.tar.bz2 Ishtar-4c536f2af8de89159168b1ec746c7f2c8db942ec.zip |
Sheets: small update on labels
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 | ||||
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index ed4dc3c2f..5b89c15d4 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -99,7 +99,7 @@ <table> <caption>{%trans "Finds"%}</caption> <tr> - <th>{% trans "Find" %}</th> + <th>{% trans "Find Id" %}</th> <th>{% trans "Id by material type" %}</th> <th>{% trans "Material type" %}</th> <th>{% trans "Context record" context "short"%}</th> diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 8b8207263..45c43598f 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -144,7 +144,7 @@ <table> <caption>{%trans "Finds"%}</caption> <tr> - <th>{% trans "Find" %}</th> + <th>{% trans "Find Id" %}</th> <th>{% trans "Id by material type" %}</th> <th>{% trans "Material type" %}</th> <th>{% trans "Context record" context "short"%}</th> |