summaryrefslogtreecommitdiffstats
path: root/tools/get_search_engines.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/get_search_engines.py')
-rwxr-xr-xtools/get_search_engines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/get_search_engines.py b/tools/get_search_engines.py
index 17916c8..432d909 100755
--- a/tools/get_search_engines.py
+++ b/tools/get_search_engines.py
@@ -228,7 +228,7 @@ class SearchEngineManager(object):
# than 7 search engines for this country, the remaining items are marked as
# enabled=false.
text = []
- text.append(' <string-array name="search_engines" translatable="false">\n');
+ text.append(' <string-array name="search_engines">\n');
for engine in engines:
engine_data = self.getEngineData(engine)
name = engine_data[0]