Bug 909153 - Empty reading list hint is inaccessible. r=lucasr

This commit is contained in:
Max Li 2013-08-25 18:37:32 -04:00
parent 99606375c1
commit 59d38e9e89
3 changed files with 5 additions and 0 deletions

View File

@ -283,6 +283,9 @@ size. -->
The "%I" in the string will be replaced by a small image of the icon described, and can be moved to wherever
it is applicable. Please keep the spacing around the "%I" string. -->
<!ENTITY home_reading_list_hint "TIP: Save articles to your reading list by long pressing the &#37;I icon when it appears in the title bar.">
<!-- Localization note (home_reading_list_hint_accessible): This string is used
as alternate text for accessibility. It is not visible in the UI. -->
<!ENTITY home_reading_list_hint_accessible "TIP: Save articles to your reading list by long pressing the reader mode button when it appears in the title bar.">
<!ENTITY home_most_visited_empty "Websites you visit most frequently show up here.">
<!ENTITY pin_bookmark_dialog_hint "Enter a search keyword">

View File

@ -42,6 +42,7 @@
android:gravity="bottom"
android:text="@string/home_reading_list_hint"
android:textAppearance="@style/TextAppearance.Small"
android:contentDescription="@string/home_reading_list_hint_accessible"
android:paddingTop="20dp"
android:paddingBottom="15dp"
android:paddingLeft="25dp"

View File

@ -262,6 +262,7 @@
<string name="home_most_visited_empty">&home_most_visited_empty;</string>
<string name="home_reading_list_empty">&home_reading_list_empty;</string>
<string name="home_reading_list_hint">&home_reading_list_hint;</string>
<string name="home_reading_list_hint_accessible">&home_reading_list_hint_accessible;</string>
<string name="pin_bookmark_dialog_hint">&pin_bookmark_dialog_hint;</string>
<string name="filepicker_title">&filepicker_title;</string>