summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterBWRed.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterBWRed.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterBWRed.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterBWRed.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterBWRed.java
index 19b3c6b3a..e67a9cd65 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterBWRed.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterBWRed.java
@@ -6,7 +6,7 @@ import android.graphics.Bitmap;
public class ImageFilterBWRed extends ImageFilter {
public ImageFilterBWRed() {
- mName = "Black & White (Red)";
+ mName = "B&W - Red";
}
native protected void nativeApplyFilter(Bitmap bitmap, int w, int h);