summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/res/values
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-10-04 17:27:33 -0700
committerSvetoslav <svetoslavganov@google.com>2013-10-04 17:50:31 -0700
commit5ab717f21a2dbcd78fb37d40e31393d129743599 (patch)
tree7fec964138bfeb1cc88614f095b799ea4d52bcd7 /packages/PrintSpooler/res/values
parent19565ad1a19bf8e400d04a3a64cf6455ddca81ca (diff)
downloadframeworks_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.xml2
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>