diff options
author | Makoto Onuki <omakoto@google.com> | 2015-06-04 14:17:03 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2015-06-04 14:17:44 -0700 |
commit | 9f9d70b6031b238db21607968141aaa83a0c3363 (patch) | |
tree | 82dea7c2ccf6cdf803d2f0ad6098a258a1fadfd9 /packages/PrintSpooler | |
parent | e56782c0f4f27c34a5959bee0cfbf00bcfdf0da9 (diff) | |
download | frameworks_base-9f9d70b6031b238db21607968141aaa83a0c3363.zip frameworks_base-9f9d70b6031b238db21607968141aaa83a0c3363.tar.gz frameworks_base-9f9d70b6031b238db21607968141aaa83a0c3363.tar.bz2 |
Change option label from "Duplex" to "Two-sided"
Bug 21640154
Change-Id: Icab4754e0aeb23fc4da178e7306f5c7a74108c22
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 9d67ccc..a8451f5 100644 --- a/packages/PrintSpooler/res/values/strings.xml +++ b/packages/PrintSpooler/res/values/strings.xml @@ -41,7 +41,7 @@ <string name="label_color">Color</string> <!-- Label of the duplex mode widget. [CHAR LIMIT=20] --> - <string name="label_duplex">Duplex</string> + <string name="label_duplex">Two-sided</string> <!-- Label of the orientation widget. [CHAR LIMIT=20] --> <string name="label_orientation">Orientation</string> |