Skip to content

Commit 563056f

Browse files
committed
docs: update Show on click tooltip to mention double-click for always-hidden
Signed-off-by: Toni Förster <toni.foerster@icloud.com>
1 parent 5ae6a84 commit 563056f

2 files changed

Lines changed: 4 additions & 54 deletions

File tree

Thaw/Resources/Localizable.xcstrings

Lines changed: 3 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,59 +2482,9 @@
24822482
}
24832483
}
24842484
},
2485-
"Click inside an empty area of the menu bar to show hidden menu bar items. Double-click for always-hidden items." : {
2486-
"comment" : "Text displayed in a toggle that allows the user to enable or disable the feature of showing hidden menu bar items when the menu bar is clicked.",
2487-
"isCommentAutoGenerated" : true,
2488-
"localizations" : {
2489-
"de" : {
2490-
"stringUnit" : {
2491-
"state" : "translated",
2492-
"value" : "In einen leeren Bereich der Menüleiste klicken, um versteckte Menüleisten-Einträge anzuzeigen."
2493-
}
2494-
},
2495-
"es" : {
2496-
"stringUnit" : {
2497-
"state" : "translated",
2498-
"value" : "Haz clic en un área vacía de la barra de menús para mostrar los elementos ocultos de la barra de menús."
2499-
}
2500-
},
2501-
"fr" : {
2502-
"stringUnit" : {
2503-
"state" : "translated",
2504-
"value" : "Cliquez dans une zone vide de la barre des menus pour afficher les éléments masqués."
2505-
}
2506-
},
2507-
"id" : {
2508-
"stringUnit" : {
2509-
"state" : "translated",
2510-
"value" : "Klik area kosong di bar menu untuk menampilkan item yang tersembunyi."
2511-
}
2512-
},
2513-
"ko" : {
2514-
"stringUnit" : {
2515-
"state" : "translated",
2516-
"value" : "메뉴 막대의 빈 영역을 클릭하여 숨겨진 메뉴 막대 항목을 표시합니다."
2517-
}
2518-
},
2519-
"th" : {
2520-
"stringUnit" : {
2521-
"state" : "translated",
2522-
"value" : "คลิกในพื้นที่ว่างของเมนูบาร์เพื่อแสดงรายการเมนูบาร์ที่ซ่อนอยู่"
2523-
}
2524-
},
2525-
"zh-Hans" : {
2526-
"stringUnit" : {
2527-
"state" : "translated",
2528-
"value" : "点击菜单栏空白区域,即可显示隐藏的菜单栏项目。"
2529-
}
2530-
},
2531-
"zh-Hant" : {
2532-
"stringUnit" : {
2533-
"state" : "translated",
2534-
"value" : "點按選單列的空白區域以顯示隱藏的選單列項目。"
2535-
}
2536-
}
2537-
}
2485+
"Click an empty area of the menu bar to show hidden items, or double-click for always-hidden." : {
2486+
"comment" : "Toggle to enable or disable showing the menu bar when clicked.",
2487+
"isCommentAutoGenerated" : true
25382488
},
25392489
"Click Item" : {
25402490
"comment" : "A button label that appears when the item is currently being displayed.",

Thaw/Settings/SettingsPanes/GeneralSettingsPane.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ struct GeneralSettingsPane: View {
210210
@ViewBuilder
211211
private var showOptions: some View {
212212
Toggle("Show on click", isOn: $settings.showOnClick)
213-
.annotation("Click inside an empty area of the menu bar to show hidden menu bar items. Double-click for always-hidden items.")
213+
.annotation("Click an empty area of the menu bar to show hidden items, or double-click for always-hidden.")
214214
Toggle("Show on hover", isOn: $settings.showOnHover)
215215
.annotation("Hover over an empty area of the menu bar to show hidden menu bar items.")
216216
Toggle("Show on scroll", isOn: $settings.showOnScroll)

0 commit comments

Comments
 (0)