Fix string breakage.

Change-Id: Ib81c1bfd9ef49f7e410887ab5c22e3e3cc31ca22
This commit is contained in:
Jeff Sharkey
2011-10-05 22:13:02 -07:00
parent d86e9b207a
commit 82bf63496b

View File

@@ -3534,9 +3534,9 @@ found in the list of installed apps.</string>
<string name="data_usage_label_background">Background</string> <string name="data_usage_label_background">Background</string>
<!-- Disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] --> <!-- Disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
<string name="data_usage_disclaimer" product="default">Measured by your phone. Your carrier's data usage accounting may differ.</string> <string name="data_usage_disclaimer" product="default">Measured by your phone. Your carrier\'s data usage accounting may differ.</string>
<!-- Disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] --> <!-- Disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
<string name="data_usage_disclaimer" product="tablet">Measured by your tablet. Your carrier's data usage accounting may differ.</string> <string name="data_usage_disclaimer" product="tablet">Measured by your tablet. Your carrier\'s data usage accounting may differ.</string>
<!-- Body of dialog shown to request confirmation that mobile data will be disabled. [CHAR LIMIT=NONE] --> <!-- Body of dialog shown to request confirmation that mobile data will be disabled. [CHAR LIMIT=NONE] -->
<string name="data_usage_disable_mobile">Disable mobile data?</string> <string name="data_usage_disable_mobile">Disable mobile data?</string>