summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values/strings.xml4
-rw-r--r--src/com/android/camera/ui/CameraSwitcher.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index aa4e4060d..40f1c0efd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -935,8 +935,8 @@
<string name="accessibility_switch_to_video">Switch to video</string>
<!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
<string name="accessibility_switch_to_panorama">Switch to panorama</string>
- <!-- The button to switch to new Panorama mode. [CHAR LIMIT = NONE] -->
- <string name="accessibility_switch_to_new_panorama">Switch to new panorama</string>
+ <!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
<!-- The button to switch to the Re-Focus mode. [CHAR LIMIT = NONE] -->
<string name="accessibility_switch_to_refocus">Switch to Refocus</string>
<!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
diff --git a/src/com/android/camera/ui/CameraSwitcher.java b/src/com/android/camera/ui/CameraSwitcher.java
index 4a42e34e7..d970537d3 100644
--- a/src/com/android/camera/ui/CameraSwitcher.java
+++ b/src/com/android/camera/ui/CameraSwitcher.java
@@ -193,7 +193,7 @@ public class CameraSwitcher extends RotateImageView
break;
case R.drawable.ic_switch_photosphere:
item.setContentDescription(getContext().getResources().getString(
- R.string.accessibility_switch_to_new_panorama));
+ R.string.accessibility_switch_to_photo_sphere));
break;
case R.drawable.ic_switch_refocus:
item.setContentDescription(getContext().getResources().getString(