From cd15b9300fcf064e0ba5b1292088ede118a6a00c Mon Sep 17 00:00:00 2001
From: Eric Fischer <enf@google.com>
Date: Mon, 12 Sep 2011 16:32:11 -0700
Subject: [PATCH] Mark configuration string as not translatable.

Change-Id: I691e5a2254c20d339f831ccc79c581b74079e8c9
---
 java/res/values/config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index b512789e61..8cfa6802ca 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -82,7 +82,7 @@
         <item>0</item>
     </string-array>
     <!-- Threshold of the normalized score of the best suggestion for the spell checker to declare a word to be a typo -->
-    <string name="spellchecker_typo_threshold_value">0.11</string>
+    <string name="spellchecker_typo_threshold_value" translatable="false">0.11</string>
     <!--  Screen metrics for logging.
             0 = "mdpi phone screen"
             1 = "hdpi phone screen"
-- 
GitLab