Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/interface.tmpl

Issue 5958799332474880: Issue 2101 - Avoid duplicate interface page strings. (Closed)
Patch Set: Created March 8, 2015, 3:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | locales/en/IAdblockPlus.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/interface.tmpl
diff --git a/includes/interface.tmpl b/includes/interface.tmpl
index 2c6d31097bfa67e9965eaf9d2fff1ba944e0ef9c..0f18f6cf4377ea04ce3731bfe6fc14345089a17f 100644
--- a/includes/interface.tmpl
+++ b/includes/interface.tmpl
@@ -28,7 +28,7 @@
{% macro display_interface(interface, links) %}
{% set interface=interface|parse_interface %}
- <h2>{{ "toc_header"|translate }}</h2>
+ <h2>{{ "toc_header"|translate("interface") }}</h2>
<ul>
{% for property in interface %}
{% if property.type == "method" %}
« no previous file with comments | « no previous file | locales/en/IAdblockPlus.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld