diff options
author | Makoto Onuki <omakoto@google.com> | 2015-06-08 19:21:26 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-08 19:21:26 +0000 |
commit | 610b517a4d01b38aa9bb391e6deaa25b0ce445d9 (patch) | |
tree | 8066b2b9aeb595ae3e480fea9bf7372365668279 /packages/PrintSpooler | |
parent | e7f4d006f60cba932f839dfce6e8cfe199c7dace (diff) | |
parent | e4bd7c98323b39a47682216bebf442de206a95dd (diff) | |
download | frameworks_base-610b517a4d01b38aa9bb391e6deaa25b0ce445d9.zip frameworks_base-610b517a4d01b38aa9bb391e6deaa25b0ce445d9.tar.gz frameworks_base-610b517a4d01b38aa9bb391e6deaa25b0ce445d9.tar.bz2 |
am e4bd7c98: Improve string comment.
* commit 'e4bd7c98323b39a47682216bebf442de206a95dd':
Improve string comment.
Diffstat (limited to 'packages/PrintSpooler')
-rw-r--r-- | packages/PrintSpooler/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PrintSpooler/res/values/strings.xml b/packages/PrintSpooler/res/values/strings.xml index a8451f5..e92f74c 100644 --- a/packages/PrintSpooler/res/values/strings.xml +++ b/packages/PrintSpooler/res/values/strings.xml @@ -40,7 +40,7 @@ <!-- Label of the color mode widget. [CHAR LIMIT=20] --> <string name="label_color">Color</string> - <!-- Label of the duplex mode widget. [CHAR LIMIT=20] --> + <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] --> <string name="label_duplex">Two-sided</string> <!-- Label of the orientation widget. [CHAR LIMIT=20] --> |