diff options
author | KenMizz <mizzken16@gmail.com> | 2024-04-29 18:37:00 -0400 |
---|---|---|
committer | KenMizz <mizzken16@gmail.com> | 2024-04-29 18:37:00 -0400 |
commit | 1b3a598f1da37ab7db910f4ec9c8a980c3b2ae81 (patch) | |
tree | 0ad41bf35187c4a38f2a8b342cfb01c6c540ed7b | |
parent | fdcb812d5be35dcda98101137802a7ca7bd6d26f (diff) | |
download | Viper-1b3a598f1da37ab7db910f4ec9c8a980c3b2ae81.tar.gz Viper-1b3a598f1da37ab7db910f4ec9c8a980c3b2ae81.zip |
fix error
-rw-r--r-- | src/lang/zh.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/zh.json b/src/lang/zh.json index 96534e2..f681aba 100644 --- a/src/lang/zh.json +++ b/src/lang/zh.json @@ -223,7 +223,7 @@ "missing_flatpak": "无法以Flatpak的方式启动,看起来它并没有被安装", "missing_flatpak_steam": "无法以Steam(Flatpak)的方式启动,看起来它并没有被安装", "missing_launch_command": "当前缺少运行游戏的自定义命令,需指定来启动游戏", - "missing_steam": "无法以Steam的方式启动游戏,看起来它并没有被安装", + "missing_steam": "无法以Steam的方式启动,看起来它并没有被安装", "no_internet": "Viper可能不会正常工作.", "unknown_error": "一个未知错误产生了, 点击来查看更多细节. 您可能会想要对错误信息进行截图用于bug反馈" }, |