summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-10-18 12:46:28 -0700
committerRuben Brunk <rubenbrunk@google.com>2012-10-18 12:46:28 -0700
commitdbe1085854dcead520f327306c1d4b78880eec9d (patch)
treebe00b55ab100cafba7cc4b443b1d2b9578bcf78e /res
parentcecd9a6e7dadb95aaa2cb58d4e8c8fddf4abaf0a (diff)
downloadandroid_packages_apps_Snap-dbe1085854dcead520f327306c1d4b78880eec9d.tar.gz
android_packages_apps_Snap-dbe1085854dcead520f327306c1d4b78880eec9d.tar.bz2
android_packages_apps_Snap-dbe1085854dcead520f327306c1d4b78880eec9d.zip
Fixed initial aspect button text.
Bug: 7374910 Change-Id: I2c86b7c5b242f930692e2e6feda8a85533c509d8
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml2
-rw-r--r--res/values/filtershow_strings.xml14
2 files changed, 8 insertions, 8 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index d098dc89d..78fe2d8b6 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -200,7 +200,7 @@
android:layout_weight="0"
android:visibility="gone"
android:src="@drawable/filtershow_button_geometry_straighten"
- android:text="@string/aspectNone_effect" />
+ android:text="@string/aspect" />
<ImageButton
android:id="@+id/pickCurvesChannel"
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 142a3a042..d4d02f597 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -63,19 +63,19 @@
<string name="apply_effect">Apply</string>
<!-- Label for the reset effect button [CHAR LIMIT=15] -->
<string name="reset_effect">Reset</string>
- <!-- Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+ <!-- Label for aspect [CHAR LIMIT=15] -->
<string name="aspect">Aspect</string>
- <!-- Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+ <!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
<string name="aspect1to1_effect">1:1</string>
- <!-- Label for the aspect 4:7 effect button [CHAR LIMIT=15] -->
+ <!-- Label for the aspect 4:7 effect [CHAR LIMIT=15] -->
<string name="aspect4to6_effect">4:6</string>
- <!-- Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+ <!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
<string name="aspect5to7_effect">5:7</string>
- <!-- Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+ <!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
<string name="aspect9to16_effect">16:9</string>
- <!-- Label for the aspect None effect button [CHAR LIMIT=15] -->
+ <!-- Label for the aspect None effect [CHAR LIMIT=15] -->
<string name="aspectNone_effect">None</string>
- <!-- Label for the aspect None effect button [CHAR LIMIT=15] -->
+ <!-- Label for the aspect None effect [CHAR LIMIT=15] -->
<string name="aspectOriginal_effect">Original</string>
<!-- Filters buttons -->