aboutsummaryrefslogtreecommitdiffstats
path: root/main/templates
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-11-27 17:38:41 +0100
committerBananeweizen <Bananeweizen@gmx.de>2012-11-27 17:38:41 +0100
commit7724ac89e4fbf295c43afccff7b513327eed5892 (patch)
tree818a85863d76e15cfc573894a67459e59cf7bcd1 /main/templates
parentbaafc854e22ba82a251686f7e4b5c9e377501f08 (diff)
downloadcgeo-7724ac89e4fbf295c43afccff7b513327eed5892.zip
cgeo-7724ac89e4fbf295c43afccff7b513327eed5892.tar.gz
cgeo-7724ac89e4fbf295c43afccff7b513327eed5892.tar.bz2
refactoring: have non translatable strings separated
Diffstat (limited to 'main/templates')
-rw-r--r--main/templates/mapsapikey.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/templates/mapsapikey.xml b/main/templates/mapsapikey.xml
index 5514121..3655b5e 100644
--- a/main/templates/mapsapikey.xml
+++ b/main/templates/mapsapikey.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
- <string name="maps_api_key">@maps.api.key@</string>
+ <string name="maps_api_key" translatable="false">@maps.api.key@</string>
</resources>