Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 2e25372

Browse files
committed
Replace "酷 Q" with "酷Q" in source files
1 parent d02186c commit 2e25372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cqhttp/plugins/loggers/loggers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace cqhttp::plugins {
5858
}
5959

6060
cq::logging::info_success(TAG, u8"日志系统初始化成功");
61-
cq::logging::info(TAG, u8"请在酷 Q 主目录的 data\\app\\io.github.richardchien.coolqhttpapi\\log\\ 中查看日志文件");
61+
cq::logging::info(TAG, u8"请在 酷Q 主目录的 data\\app\\io.github.richardchien.coolqhttpapi\\log\\ 中查看日志文件");
6262
ctx.next();
6363
}
6464

src/cqhttp/plugins/updater/updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ namespace cqhttp::plugins {
115115
+ u8"\r\n\r\n是否现在更新?");
116116
if (code == IDYES) {
117117
if (perform_update(version, build_number)) {
118-
message_box(MB_OK | MB_ICONINFORMATION, u8"更新成功,请重启酷 Q 以生效。");
118+
message_box(MB_OK | MB_ICONINFORMATION, u8"更新成功,请重启 酷Q 以生效。");
119119
} else {
120120
message_box(MB_OK | MB_ICONERROR,
121121
u8"更新失败,请检查网络连接是否通畅,或尝试更换更新源。");

0 commit comments

Comments
 (0)