]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Mark which strings cannot be translated because they are used in code.
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 813c1ca2c6f6cb4a169e182d29c8a8e26ddb3c08..5124481bd65597004a0e74d171768392732745b6 100644 (file)
@@ -52,9 +52,9 @@
             android:title="@string/user_agent"
             android:entries="@array/user_agent_entries"
             android:entryValues="@array/user_agent_entry_values"
-            android:defaultValue="" />
+            android:defaultValue="Default user agent" />
 
-        // Android doesn't let EditTextPreferences have more than one line, but I include singleLine="false" in case they ever wisen up.
+        // Android doesn't let EditTextPreferences have more than one line, but singleLine="false" is included in case they ever wisen up.
         <EditTextPreference
             android:key="custom_user_agent"
             android:title="@string/custom_user_agent"