summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/Editor.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-29 07:30:33 -0700
committerJohn Hoford <hoford@google.com>2013-04-29 14:29:25 -0700
commit027c2681e8075dda5c83088532ac1f55d20130fd (patch)
treef57eb463985563af64bb27dd5a0e96c771fab02e /src/com/android/gallery3d/filtershow/editors/Editor.java
parent31eef2d6d3e4c72bf168b931c5123ed739401b99 (diff)
downloadandroid_packages_apps_Snap-027c2681e8075dda5c83088532ac1f55d20130fd.tar.gz
android_packages_apps_Snap-027c2681e8075dda5c83088532ac1f55d20130fd.tar.bz2
android_packages_apps_Snap-027c2681e8075dda5c83088532ac1f55d20130fd.zip
small ui changes based on UX/PM feedback
bug:8664728 Change-Id: I4e0651c011b9a6c4742d86c898a0821187f43043
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors/Editor.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/Editor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/Editor.java b/src/com/android/gallery3d/filtershow/editors/Editor.java
index b543750f3..e760ae58c 100644
--- a/src/com/android/gallery3d/filtershow/editors/Editor.java
+++ b/src/com/android/gallery3d/filtershow/editors/Editor.java
@@ -60,7 +60,7 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis
public static byte SHOW_VALUE_INT = 1;
public String calculateUserMessage(Context context, String effectName, Object parameterValue) {
- return effectName + " " + parameterValue;
+ return effectName.toUpperCase() + " " + parameterValue;
}
protected Editor(int id) {