Senthil Raja

Results 2 comments of Senthil Raja

Changing the following line ```xml À propos de Courriel K-9 Mail ``` to ```xml À propos de Thunderbird ``` in the `values-fr` resource can fix it. Can I make the...

Would you like to change that? The relevant location is: `legacy/core/src/main/java/com/fsck/k9/preferences/SettingsExporter.kt` In line 489, you can find: ```kotlin private const val EXPORT_FILENAME_PREFIX = "k9_settings_export" ``` You can change it to:...