diff options
| author | 2012-03-21 13:38:55 -0700 | |
|---|---|---|
| committer | 2012-03-21 13:38:55 -0700 | |
| commit | 88796897d323f9291af3116754622e41221946b1 (patch) | |
| tree | 1b5f0fdc0f8ce0d36802165046017ed870b290c2 | |
| parent | 93efd599f8dad1e59f9ea26aacd07e3cf977a7e6 (diff) | |
Restore deleted string still referenced from public.xml.
Change-Id: I738c1ef185b306f5a25afc6ed4b0f46a14e3c6a7
| -rwxr-xr-x | core/res/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index f6125f006017..7799f749209c 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3190,6 +3190,8 @@ <string name="number_picker_increment_button">Increment</string> <!-- Description of the button to decrement the NumberPicker value. [CHAR LIMIT=NONE] --> <string name="number_picker_decrement_button">Decrement</string> + <!-- Description of the tap and hold action to get into scroll mode in NumberPicker. [CHAR LIMIT=NONE] --> + <string name="number_picker_increment_scroll_mode"><xliff:g id="value" example="3">%s</xliff:g> touch and hold.</string> <!-- Description of the scrolling action in NumberPicker. [CHAR LIMIT=NONE] --> <string name="number_picker_increment_scroll_action">Slide up to increment and down to decrement.</string> |