mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Minor grammar fixes
This commit is contained in:
parent
ff999a6dda
commit
012b1b56aa
@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.data.updater.Release
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Release object.
|
* Release object.
|
||||||
* Contains information about the latest release from Github.
|
* Contains information about the latest release from GitHub.
|
||||||
*
|
*
|
||||||
* @param version version of latest release.
|
* @param version version of latest release.
|
||||||
* @param info log of latest release.
|
* @param info log of latest release.
|
||||||
|
@ -10,7 +10,7 @@ import uy.kohesive.injekt.Injekt
|
|||||||
import uy.kohesive.injekt.api.get
|
import uy.kohesive.injekt.api.get
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to connect with the Github API.
|
* Used to connect with the GitHub API.
|
||||||
*/
|
*/
|
||||||
interface GithubService {
|
interface GithubService {
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ class SettingsAboutController : SettingsController() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
preference {
|
preference {
|
||||||
title = "Github"
|
title = "GitHub"
|
||||||
val url = "https://github.com/inorichi/tachiyomi"
|
val url = "https://github.com/inorichi/tachiyomi"
|
||||||
summary = url
|
summary = url
|
||||||
onClick {
|
onClick {
|
||||||
|
@ -273,7 +273,7 @@
|
|||||||
<string name="restore_completed">Restore completed</string>
|
<string name="restore_completed">Restore completed</string>
|
||||||
<string name="error_opening_log">Could not open log</string>
|
<string name="error_opening_log">Could not open log</string>
|
||||||
<string name="restore_completed_content">Restore took %1$s.\n%2$s errors found.</string>
|
<string name="restore_completed_content">Restore took %1$s.\n%2$s errors found.</string>
|
||||||
<string name="backup_restore_content">Restore uses source to fetch data, carrier costs may apply.\n\nMake sure you have installed all necessary extensions and are logged in to sources and tracking services before restoring.</string>
|
<string name="backup_restore_content">Restore uses sources to fetch data, carrier costs may apply.\n\nMake sure you have installed all necessary extensions and are logged in to sources and tracking services before restoring.</string>
|
||||||
<string name="file_saved">File saved at %1$s</string>
|
<string name="file_saved">File saved at %1$s</string>
|
||||||
<string name="backup_choice">What do you want to backup?</string>
|
<string name="backup_choice">What do you want to backup?</string>
|
||||||
<string name="restoring_backup">Restoring backup</string>
|
<string name="restoring_backup">Restoring backup</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user