Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit eb288bb

Browse files
keianhzobluemarvin
authored andcommitted
Fixes CDATA issues (#1569)
1 parent 17ae6ea commit eb288bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -668,13 +668,13 @@
668668
<string name="all_language_options_reset">Reset All Language Settings</string>
669669

670670
<!-- This string labels the description in the Voice Search Language button in the main language setting dialog. -->
671-
<string name="language_options_voice_search_language">Voice Search Language: <![CDATA[<br>&emsp;&emsp;<b>%1$s</b>]]></string>
671+
<string name="language_options_voice_search_language"><![CDATA[Voice Search Language: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
672672

673673
<!-- This string labels the description in the Content Language button in the main language setting dialog. -->
674-
<string name="language_options_content_language">Preferred Language for Displaying Websites: <![CDATA[<br>&emsp;&emsp;<b>%1$s</b>]]></string>
674+
<string name="language_options_content_language"><![CDATA[Preferred Language for Displaying Websites: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
675675

676676
<!-- This string labels the description in the Display Language button in the main language setting dialog. -->
677-
<string name="language_options_display_language">Display Language for App: <![CDATA[<br>&emsp;&emsp;<b>%1$s</b>]]></string>
677+
<string name="language_options_display_language"><![CDATA[Display Language for App: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
678678

679679
<!-- This string labels the description in the Content Language header for preferred languages list. -->
680680
<string name="language_options_preferred_languages">Preferred Language(s)</string>

0 commit comments

Comments
 (0)