summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2012-06-15 09:22:16 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2012-06-15 09:22:16 -0700
commita136e2aeeda8863a11060afd5b61054c97fee2cd (patch)
tree7e7f97487e017cddeb161a079356cd3dced157f0
parent4ca38ff44e1300c400a65329ff1aa4e08251b827 (diff)
parent02a56e169678ed6cf500f173c7475cc005bf5473 (diff)
am 02a56e16: am 2fc45503: Merge "Concatenate SPN and PLMN with a pipe." into jb-dev
* commit '02a56e169678ed6cf500f173c7475cc005bf5473': Concatenate SPN and PLMN with a pipe.
-rw-r--r--packages/SystemUI/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 1eb353f97830..f18e33e5a855 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -117,7 +117,7 @@
</string>
<!-- Separator for PLMN and SPN in network name. -->
- <string name="status_bar_network_name_separator" translatable="false">"\n"</string>
+ <string name="status_bar_network_name_separator" translatable="false">|</string>
<!-- Network connection string for Bluetooth Reverse Tethering -->
<string name="bluetooth_tethered">Bluetooth tethered</string>