Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Language/modules/countdown_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"description": "退出全屏",
"pushbutton_name": "退出全屏",
},
"opacity": {"name": "透明度", "description": "调整窗口透明度"},
"opacity": {"name": "不透明度", "description": "调整窗口不透明度"},
"presets": {"name": "预设", "description": "常用倒计时预设"},
"preset_common": {"name": "常用", "description": "常用预设"},
"preset_recent": {"name": "最近", "description": "最近使用"},
Expand Down
Loading