Browse Source

Remove the xliff attributes from the sample_text translatable string.

master
Reece H. Dunn 12 years ago
parent
commit
c7198b43c6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      android/res/values/strings.xml

+ 2
- 2
android/res/values/strings.xml View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<resources>
<!--
Source: Activity title.
Description: Title for the Settings activity.
@@ -64,7 +64,7 @@
Source: Spoken aloud.
Description: Sample text spoken aloud when the user is trying out a language.
-->
<string name="sample_text">This is a sample of text spoken in <xliff:g>%s</xliff:g></string>
<string name="sample_text">This is a sample of text spoken in %s</string>
<!--
Source: Variant preference labels.
Description: Labels for possible voice variant/gender/age values.

Loading…
Cancel
Save