diff options
author | John Spurlock <jspurlock@google.com> | 2015-04-16 06:04:00 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2015-04-16 06:04:00 -0400 |
commit | dd5b1f5f2f9bcb0402a61a36df729130c1143e2f (patch) | |
tree | 8ef1fd1d8277d4635761355b8bd6454b264919da /packages/SystemUI/res | |
parent | 6a3083555153bff7a65f86c16248cf0a063919aa (diff) | |
download | frameworks_base-dd5b1f5f2f9bcb0402a61a36df729130c1143e2f.zip frameworks_base-dd5b1f5f2f9bcb0402a61a36df729130c1143e2f.tar.gz frameworks_base-dd5b1f5f2f9bcb0402a61a36df729130c1143e2f.tar.bz2 |
Mark sysui string reference as untranslatable.
Bug: 19260237
Change-Id: I4a2267462ece1d21ced0156cb1e99be913ea2ada
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index ae134c6..6c8f154 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -998,7 +998,7 @@ <string name="volumeui_notification_text">Touch to restore the original.</string> <!-- Volume dialog zen toggle switch title --> - <string name="volume_zen_switch_text">@*android:string/zen_mode_feature_name</string> + <string name="volume_zen_switch_text" translatable="false">@*android:string/zen_mode_feature_name</string> <!-- Toast shown when user unlocks screen and managed profile activity is in the foreground --> <string name="managed_profile_foreground_toast">You are in the Work profile</string> |