mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Update some text to better suit HIG
Co-authored-by: Brandon Evans <brandon.evans@robotsandpencils.com>
This commit is contained in:
parent
fdb74ee8d9
commit
8df4bb59e0
2 changed files with 4 additions and 4 deletions
|
|
@ -111,7 +111,7 @@ struct CopyPathButton: View {
|
|||
Button(action: copyPath) {
|
||||
Text("Copy Path")
|
||||
}
|
||||
.help("Copy Path")
|
||||
.help("Copy path")
|
||||
}
|
||||
|
||||
private func copyPath() {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ struct MainToolbarModifier: ViewModifier {
|
|||
.foregroundColor(.accentColor)
|
||||
}
|
||||
}
|
||||
.help("Filter Installed Versions")
|
||||
.help("Filter installed versions")
|
||||
|
||||
Button(action: { isShowingInfoPane.toggle() }) {
|
||||
if isShowingInfoPane {
|
||||
|
|
@ -47,12 +47,12 @@ struct MainToolbarModifier: ViewModifier {
|
|||
}
|
||||
}
|
||||
.keyboardShortcut(KeyboardShortcut("i", modifiers: [.command, .option]))
|
||||
.help("Info Pane")
|
||||
.help("Show or hide the info pane")
|
||||
|
||||
TextField("Search...", text: $searchText)
|
||||
.textFieldStyle(RoundedBorderTextFieldStyle())
|
||||
.frame(width: 200)
|
||||
.help("Search List")
|
||||
.help("Search list")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue