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

Commit

Permalink
Fixes CDATA issues (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Aug 14, 2019
1 parent 17ae6ea commit eb288bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,13 +668,13 @@
<string name="all_language_options_reset">Reset All Language Settings</string>

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

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

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

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

0 comments on commit eb288bb

Please sign in to comment.