mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Merge pull request #4094 from kiwix/Fixes#4093
Improved the Note label in the OverFlowMenu for more clarity
This commit is contained in:
commit
d7a0628eaa
@ -67,7 +67,7 @@ class NoteRobot : BaseRobot() {
|
||||
// overFlowOptionMenu so that we can easily click on it.
|
||||
pauseForBetterTestPerformance()
|
||||
openActionBarOverflowOrOptionsMenu(context)
|
||||
clickOn(Text("Note"))
|
||||
clickOn(TextId(R.string.take_notes))
|
||||
}
|
||||
|
||||
fun assertNoteDialogDisplayed() {
|
||||
|
@ -20,7 +20,7 @@
|
||||
<item
|
||||
android:id="@+id/menu_add_note"
|
||||
android:icon="@drawable/ic_add_note"
|
||||
android:title="@string/note"
|
||||
android:title="@string/take_notes"
|
||||
android:visible="false"
|
||||
app:showAsAction="never" />
|
||||
|
||||
|
@ -233,6 +233,7 @@
|
||||
<string name="custom_download_error_message_for_authentication_failed">The ZIM file could not be downloaded. Please try reinstalling the application from the Play store.</string>
|
||||
<string name="save">Save</string>
|
||||
<string name="note">Note</string>
|
||||
<string name="take_notes">Take notes</string>
|
||||
<string name="wiki_article_title">Wiki Article Title</string>
|
||||
<string name="ext_storage_permission_rationale_export_bookmark">Storage access is required for exporting Bookmarks</string>
|
||||
<string name="ext_storage_write_permission_denied_export_bookmark">Bookmarks can’t export without access of storage</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user