Big refactoring of strings

Removing some of the unused, removing the prefixes on some strings
Cleaning up some of the unused resoures and dialogs
This commit is contained in:
Jay 2020-04-08 20:32:36 -04:00
parent 4828f934b5
commit fb529f52d3
181 changed files with 9961 additions and 10949 deletions

View file

@ -68,7 +68,7 @@ open class SourceManager(private val context: Context) {
}
private fun getSourceNotInstalledException(): Exception {
return SourceNotFoundException(context.getString(R.string.source_not_installed, id
return SourceNotFoundException(context.getString(R.string.source_not_installed_, id
.toString()), id)
}