Skip to content

Commit

Permalink
Improve grammar in general settings pane
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Dec 17, 2024
1 parent 73148af commit ef5591f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sourceLanguage" : "en",
"strings" : {
"A system feature that automatically overwrites your files while editing. Even if it turned off, CotEditor creates backup covertly for unexpected quit." : {
"A system feature that automatically overwrites your files while editing. Even if turned off, CotEditor covertly creates a backup in case it unexpectedly quits." : {
"localizations" : {
"cs" : {
"stringUnit" : {
Expand All @@ -18,7 +18,7 @@
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "A system feature that automatically overwrites your files while editing. Even if it turned off, CotEditor creates backup covertly for unexpected quit."
"value" : "A system feature that automatically overwrites your files while editing. Even if turned off, CotEditor covertly creates a backup in case it unexpectedly quits."
}
},
"es" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct GeneralSettingsView: View {
} message: {
Text("Do you want to restart CotEditor now?", tableName: "GeneralSettings")
}
Text("A system feature that automatically overwrites your files while editing. Even if it turned off, CotEditor creates backup covertly for unexpected quit.", tableName: "GeneralSettings")
Text("A system feature that automatically overwrites your files while editing. Even if turned off, CotEditor covertly creates a backup in case it unexpectedly quits.", tableName: "GeneralSettings")
.foregroundStyle(.secondary)
.controlSize(.small)
.lineLimit(10)
Expand Down

0 comments on commit ef5591f

Please sign in to comment.