diff options
author | Svetoslav <svetoslavganov@google.com> | 2013-10-04 17:27:33 -0700 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2013-10-04 17:50:31 -0700 |
commit | 5ab717f21a2dbcd78fb37d40e31393d129743599 (patch) | |
tree | 7fec964138bfeb1cc88614f095b799ea4d52bcd7 /packages/PrintSpooler/res/values | |
parent | 19565ad1a19bf8e400d04a3a64cf6455ddca81ca (diff) | |
download | frameworks_base-5ab717f21a2dbcd78fb37d40e31393d129743599.zip frameworks_base-5ab717f21a2dbcd78fb37d40e31393d129743599.tar.gz frameworks_base-5ab717f21a2dbcd78fb37d40e31393d129743599.tar.bz2 |
Print UI tweaks.
1. The refresh button in a print notification was using
wrong asset.
2. If the page count is unknown, just not show the page
count instead unknown.
bug:10983508
Change-Id: I15f1fcbff60fe1f30d37868864da41550bb14487
Diffstat (limited to 'packages/PrintSpooler/res/values')
-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 5b947ba..3a888a8 100644 --- a/packages/PrintSpooler/res/values/strings.xml +++ b/packages/PrintSpooler/res/values/strings.xml @@ -56,7 +56,7 @@ <string name="printing_app_crashed">Printing app crashed</string> <!-- Title if the number of pages in a printed document is unknown. [CHAR LIMIT=20] --> - <string name="page_count_unknown">unavailable</string> + <string name="page_count_unknown">Pages</string> <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] --> <string name="generating_print_job">Generating print job</string> |