From 54ada6e220aa8a6e38bdc31f385f4e674aa17975 Mon Sep 17 00:00:00 2001 From: Clara Bayarri Date: Tue, 19 May 2015 15:21:42 +0100 Subject: [PATCH] Fix the description text for the Text Processing sample Change-Id: I288ad5e1cf3790d0cf31398e83f8a4cf424ef87b --- samples/ApiDemos/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ApiDemos/res/values/strings.xml b/samples/ApiDemos/res/values/strings.xml index 6287b7e52..f5dfd07b8 100644 --- a/samples/ApiDemos/res/values/strings.xml +++ b/samples/ApiDemos/res/values/strings.xml @@ -1572,5 +1572,5 @@ No text received. Try selecting some text in another app and find this app\'s name in the list of options for its selection menu. Select text to process - Select a piece of text from this box to trigger the text selection action mode. In there, you will find \"Content/Process Text\". That is because this app declares it can handle text processing intents. Try selecting that action to send the selected text to that activity and retrieve processed text back. + Select a piece of text from this box to trigger the text selection action mode. In there, you will find \"ApiDemos\". That is because this app declares it can handle text processing intents. Try selecting that action to send the selected text to that activity and retrieve processed text back.