Fix title case (#352)

This commit is contained in:
Arthur Pinheiro 2022-11-19 19:43:14 -03:00 committed by GitHub
parent c924a17346
commit 28852d1363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"MB_LAST_UPDATED" = "Updated";
"MB_ABOUT_SWIFT_BAR" = "About";
"MB_ABOUT_PLUGIN" = "About";
"MB_RUN_IN_TERMINAL" = "Run In Terminal...";
"MB_RUN_IN_TERMINAL" = "Run in Terminal...";
"MB_DISABLE_PLUGIN" = "Disable Plugin";
"MB_DDEBUG_PLUGIN" = "Debug Plugin";
"MB_PREFERENCES" = "Preferences...";

View File

@ -72,7 +72,7 @@ struct PluginDetailsView: View {
PluginDetailsToggleView(label: "About",
state: $md.hideAbout,
width: width * screenProportion)
PluginDetailsToggleView(label: "Run In Terminal",
PluginDetailsToggleView(label: "Run in Terminal",
state: $md.hideRunInTerminal,
width: width * screenProportion)
PluginDetailsToggleView(label: "Last Updated",