Fix LICENSE_ZIP4J text references
This commit is contained in:
parent
e6218852ad
commit
b6e6092b5e
1 changed files with 1 additions and 1 deletions
|
@ -91,6 +91,6 @@ class LicenseActivity : BaseSimpleActivity() {
|
|||
License(LICENSE_M3U_PARSER, R.string.m3u_parser_title, R.string.m3u_parser_text, R.string.m3u_parser_url),
|
||||
License(LICENSE_ANDROID_LAME, R.string.android_lame_title, R.string.android_lame_text, R.string.android_lame_url),
|
||||
License(LICENSE_PDF_VIEWER, R.string.pdf_viewer_title, R.string.pdf_viewer_text, R.string.pdf_viewer_url),
|
||||
License(LICENSE_ZIP4J, R.string.pdf_viewer_title, R.string.pdf_viewer_text, R.string.pdf_viewer_url)
|
||||
License(LICENSE_ZIP4J, R.string.zip4j_title, R.string.zip4j_text, R.string.zip4j_url)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue