From 8b9445c442d0a40b7e4393614313192bd006461b Mon Sep 17 00:00:00 2001 From: k3mot Date: Wed, 22 Oct 2025 19:14:00 +0300 Subject: [PATCH] fix: Fixed the tooltip text of the window button, it was mistakenly written in Chinese in the en-us json (#5513) Fixed the tooltip text of the window button, it was mistakenly written in Chinese in the en-US json Co-authored-by: Tom Avitan --- platform/i18n/src/locales/en-US/Buttons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/i18n/src/locales/en-US/Buttons.json b/platform/i18n/src/locales/en-US/Buttons.json index 9cd6ddb36..2e4d03719 100644 --- a/platform/i18n/src/locales/en-US/Buttons.json +++ b/platform/i18n/src/locales/en-US/Buttons.json @@ -47,7 +47,7 @@ "Stop": "$t(Common:Stop)", "Themes": "Themes", "Zoom": "Zoom", - "Adjust window/level presets and customize image contrast settings": "修改窗宽窗位预设并自定义图像对比度设置", + "Adjust window/level presets and customize image contrast settings": "Adjust window/level presets and customize image contrast settings", "Zoom-in": "Zoom-in", "Cobb Angle": "Cobb Angle", "Calibration": "Calibration",