OSDN Git Service

Rename accessibility text for Photo Sphere mode from 'new panorama'.
authorSascha Haeberling <haeberling@google.com>
Tue, 20 Aug 2013 02:00:02 +0000 (19:00 -0700)
committerSascha Haeberling <haeberling@google.com>
Tue, 20 Aug 2013 02:01:40 +0000 (19:01 -0700)
  Bug: 10075811

Change-Id: I7a0e7f890d0243fe13e8f3746d49378daf1bb962

res/values/strings.xml
src/com/android/camera/ui/CameraSwitcher.java

index aa4e406..40f1c0e 100644 (file)
     <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] -->
index 4a42e34..d970537 100644 (file)
@@ -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(