summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-11 20:55:45 -0800
committerJohn Hoford <hoford@google.com>2013-02-11 20:57:18 -0800
commite2c4d033de164d886af9d242d8672570730580d6 (patch)
tree1bba5565848056feef4231bb17631c9ee4907ca6 /res/values
parent4b2933f87acaebc29556cbab244b56840a90425d (diff)
downloadandroid_packages_apps_Gallery2-e2c4d033de164d886af9d242d8672570730580d6.tar.gz
android_packages_apps_Gallery2-e2c4d033de164d886af9d242d8672570730580d6.tar.bz2
android_packages_apps_Gallery2-e2c4d033de164d886af9d242d8672570730580d6.zip
fixes the draw and clean up the UI
Change-Id: Ia52dfc3ec407c307612dcfc91fb61a1fb89e32ec
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 92cc06a0f..cf6e80d68 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -162,8 +162,10 @@
<string name="draw_color">Color</string>
<!-- Label for the line style of drawing in [CHAR LIMIT=14] -->
<string name="draw_style_line">Lines</string>
- <!-- Label for the brush style of drawing in [CHAR LIMIT=14] -->
- <string name="draw_style_brush">Brush</string>
+ <!-- Label for the Marker brush style of drawing in [CHAR LIMIT=14] -->
+ <string name="draw_style_brush_spatter">Marker</string>
+ <!-- Label for the Spatter brush style of drawing in [CHAR LIMIT=14] -->
+ <string name="draw_style_brush_marker">Spatter</string>
<!-- Label for the select the color [CHAR LIMIT=30] -->
<string name="color_pick_select">Choose custom color</string>