diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2019-06-19 23:02:13 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2019-06-19 23:03:11 +0300 |
commit | 7ad32c0781b97a2a7f7cfd1eaac8ab7af2c1ffd6 (patch) | |
tree | bded355b1ee9b9d63b716a5416bb3d22d555f58e | |
parent | b93c216ad23255914132b1b78668111ae41bb276 (diff) |
AudioFX: Fix broken xliff tag in cm_strings.xml
Change-Id: I4947a46900f21d2c918cdb0d98236c825e1e3178
-rw-r--r-- | res/values/cm_strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index b9e794b..469038f 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources xmlns:xliff="rn:oasis:names:tc:xliff:document:1.2"> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name_lineage" translatable="false">AudioFX</string> <string name="snack_bar_not_default">AudioFX is not your default effects control panel.</string> |