Fix app license description

This commit is contained in:
MM20 2021-09-26 17:07:54 +02:00
parent 1ed359f6cf
commit bcb2e4ce56
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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,