Changed "Search book" back to "Search book contents" for clarity, since it's too confusing next to the "Book Search" button. The "Custom search" button will wrap in this case but it still fits fine.

git-svn-id: https://zxing.googlecode.com/svn/trunk@970 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2009-06-18 15:51:18 +00:00
parent 1da9bd60b3
commit ea0ef87c2b

View file

@ -33,7 +33,7 @@
<string name="button_ok">OK</string>
<string name="button_open_browser">Open browser</string>
<string name="button_product_search">Product Search</string>
<string name="button_search_book_contents">Search book</string>
<string name="button_search_book_contents">Search book contents</string>
<string name="button_share_bookmark">Share bookmark</string>
<string name="button_share_by_email">Share via email</string>
<string name="button_share_by_sms">Share via SMS</string>
@ -87,9 +87,10 @@
<string name="preferences_name">Settings</string>
<string name="preferences_play_beep_title">Beep</string>
<string name="preferences_vibrate_title">Vibrate</string>
<string name="preferences_result_title">Result Settings</string>
<string name="preferences_result_title">Result settings</string>
<string name="preferences_custom_product_search_title">Custom product search URL</string>
<string name="preferences_custom_product_search_summary">Use %s as placeholder for product ID</string>
<string name="preferences_custom_product_search_summary">Use %s as a placeholder for the product
ID</string>
<string name="result_address_book">Found contact info</string>
<string name="result_calendar">Found calendar event</string>