diff --git a/Manual/publish/skins/Charcoal_Grey/html5.skn b/Manual/publish/skins/Charcoal_Grey/html5.skn
index 5ba2171d4..04a8d3b8b 100644
--- a/Manual/publish/skins/Charcoal_Grey/html5.skn
+++ b/Manual/publish/skins/Charcoal_Grey/html5.skn
@@ -136,7 +136,7 @@
expand_all.svg
Expand/Collapse All
rh.model.publish(rh.consts('EVT_EXPAND_COLLAPSE_ALL'));return false;
-
Expand/Collapse All
+ 모두 펼치기/접기
0
41076
@@ -144,7 +144,7 @@
removesearch_mark.svg
RemoveHighlight
rh.model.publish(rh.consts('EVT_REMOVE_HIGHLIGHT'));return false;
- Remove Highlight
+ 하이라이트 제거
1
41077
@@ -152,7 +152,7 @@
print_desktop.png
Print
rh.model.publish(rh.consts('EVT_PRINT_TOPIC'));return false;
- Print
+ 인쇄
2
41078
@@ -160,7 +160,7 @@
ReportaBug
3
41079
- Report a Problem
+ 문제 보고하기
https://github.com/YoYoGames/GameMaker-Bugs/issues/new?assignees=&labels=docs-bug&projects=&template=docs_bug_report.yml
bug-report-final.png
@@ -170,7 +170,7 @@
41080
go-to-page.png
go-to-page.png
- Go To GitHub File (There may be newer changes in the source file)
+ GitHub 파일로 이동(소스 파일에 최신 변경 사항이 있을 수 있음)
let local = (location.hostname === 'localhost' || location.hostname === '127.0.0.1'); let curl = window.location.href; let parts = curl.split('/'); let version = parts[3]; let lang = parts[4]; if (lang=='br') lang='pt-br'; let repo = 'GameMaker-Manual'; if (!local && lang != 'en') repo = repo + '-' + lang; let branch = (!local && version=='lts') ? 'main-lts' : 'develop'; let match = (local ? /https?:\/\/.*:[0-9]+|https?:\/\/localhost\// : /https:\/\/manual\.gamemaker\.io\/[a-zA-Z]+\/[a-zA-Z]+\//).exec(curl); let path = curl.replace(match[0], '').replace('index.htm?#t=', '').replace('index.htm#t=', '').replace('#t=', '').replace('%2F', '/').split('%23')[0]; path = `https://github.com/YoYoGames/${repo}/tree/${branch}/Manual/contents/${path}`; window.open(path, '_blank').focus();