diff options
author | Wink Saville <wink@google.com> | 2012-07-25 14:11:58 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-07-25 14:11:59 -0700 |
commit | eca0eee041b866691bb5582665e5519903520aeb (patch) | |
tree | 24ad30f2f9e5700ada6358ce3415cf48a3556cff /res/values/strings.xml | |
parent | 0cd75608c0dc6f4a33e8ff944478945083430394 (diff) | |
parent | 79bff2a254eb7785b2b8fb6b8b700c274105cfd9 (diff) | |
download | packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.zip packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.tar.gz packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.tar.bz2 |
Merge "Test getAllCellInfo and onCellInfoChanged."
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f6e629e..598fe59 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -420,6 +420,8 @@ <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> <string name="radio_info_neighboring_location_label">Neighboring CID:</string> <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> + <string name="radio_info_cellinfo_label">CellInfo:</string> + <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> <string name="radio_info_data_attempts_label">Data attempts:</string> <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> |