Merge "Show appropriate empty state if not printers are found." into klp-dev

This commit is contained in:
Svetoslav
2013-10-01 00:24:33 +00:00
committed by Android (Google) Code Review
3 changed files with 25 additions and 4 deletions

View File

@@ -3430,6 +3430,9 @@
<!-- Title for the prompt shown as a placeholder if no print serivices are installed. [CHAR LIMIT=50] -->
<string name="print_no_services_installed">No services installed</string>
<!-- Title for the prompt shown as a placeholder if no printers are found while searching. [CHAR LIMIT=50] -->
<string name="print_no_printers_found">No printers found</string>
<!-- Title for print menu item to launch a settings activity. [CHAR LIMIT=25] -->
<string name="print_menu_item_settings">Settings</string>