summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-08-19 19:00:02 -0700
committerSascha Haeberling <haeberling@google.com>2013-08-19 19:01:40 -0700
commit722c86077d15354ccf0d6e1acf5b6384df5da85f (patch)
treead478010e4e353634f8d682f288a6280c0a67a19
parentb269061daf65d090e6836980b57c408f62039841 (diff)
downloadandroid_packages_apps_Snap-722c86077d15354ccf0d6e1acf5b6384df5da85f.tar.gz
android_packages_apps_Snap-722c86077d15354ccf0d6e1acf5b6384df5da85f.tar.bz2
android_packages_apps_Snap-722c86077d15354ccf0d6e1acf5b6384df5da85f.zip
Rename accessibility text for Photo Sphere mode from 'new panorama'.
Bug: 10075811 Change-Id: I7a0e7f890d0243fe13e8f3746d49378daf1bb962
-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(