Fix app license description
This commit is contained in:
parent
1ed359f6cf
commit
bcb2e4ce56
@ -7,7 +7,7 @@ object AppLicense {
|
||||
fun get(context: Context): OpenSourceLibrary {
|
||||
return OpenSourceLibrary(
|
||||
name = context.getString(R.string.app_name),
|
||||
description = context.getString(R.string.preference_about_license_summary),
|
||||
description = context.getString(R.string.preference_about_license),
|
||||
copyrightNote = "Copyright (C) 2021 MM2-0",
|
||||
licenseName = R.string.gpl3_name,
|
||||
licenseText = R.raw.license_gpl_3,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user