diff options
author | Eric Fischer <enf@google.com> | 2011-08-01 17:22:34 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-08-01 17:22:34 -0700 |
commit | ba30be57548d26a4a4b89252efa4c574d1306b04 (patch) | |
tree | 9a41d60d44f83d31b3472ec4cd6276610b71eb91 | |
parent | 00451ed2d1f21945766bc0c59e762ef39cb391b8 (diff) | |
download | frameworks_base-ba30be57548d26a4a4b89252efa4c574d1306b04.zip frameworks_base-ba30be57548d26a4a4b89252efa4c574d1306b04.tar.gz frameworks_base-ba30be57548d26a4a4b89252efa4c574d1306b04.tar.bz2 |
Restore deleted string still referenced from a layout.
Change-Id: I5285b44118d08f3f18d9a2dc4065c20b4a3a22c2
-rwxr-xr-x | core/res/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 147fff0..01cf1f0 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2405,6 +2405,9 @@ <!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field --> <string name="paste">Paste</string> + <!-- Text displayed in a popup dialog in TextEdit when the clipboard is empty. 'paste' is used otherwise. [CHAR LIMIT=20] --> + <string name="pasteDisabled">Nothing to paste</string> + <!-- Item on EditText context menu. This action is used to replace the current word by other suggested words, suggested by the IME or the spell checker --> <string name="replace">Replace</string> |