Removed title and string

This commit is contained in:
Ashutosh Hathidara 2020-03-25 09:49:51 +05:30
parent e9e0b787ba
commit cbf9d128ee
2 changed files with 1 additions and 2 deletions

View File

@ -178,7 +178,7 @@ sealed class KiwixDialog(
)
object OpenInNewTab : YesNoDialog(
R.string.open_in_new_tab, R.string.confirm_open_in_new_tab
null, R.string.open_in_new_tab
)
}

View File

@ -133,7 +133,6 @@
<string name="external_storage">External</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="confirm_open_in_new_tab">Do you want to open the link in a new tab?</string>
<string name="confirm_stop_download_title">Stop download?</string>
<string name="confirm_stop_download_msg">Are you sure you want to stop this download?</string>
<string name="download_change_storage" tools:keep="@string/download_change_storage">Storage device selector</string>