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
commit87448bd5c6446fca8309eefa6399ac146868e72a (patch)
treecc631eaa2eec8f1d3c65c2afb5dd481b0b201b0a /res/values
parente82cbe5123ddc860a443b5327182a5a89fc2ef6c (diff)
downloadandroid_packages_apps_Snap-87448bd5c6446fca8309eefa6399ac146868e72a.tar.gz
android_packages_apps_Snap-87448bd5c6446fca8309eefa6399ac146868e72a.tar.bz2
android_packages_apps_Snap-87448bd5c6446fca8309eefa6399ac146868e72a.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>