Skip to content

Commit d38e632

Browse files
authored
Merge pull request #749 from LyLiou/LyLiou-patch-1
改錯字(稍後 -> 稍候)
2 parents bf1ddcf + 4c19710 commit d38e632

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/cinbase/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def onKeyDown(self, cbTS, keyEvent, CinTable, RCinTable, HCinTable):
427427

428428
if CinTable.loading:
429429
if not cbTS.client.isUiLess:
430-
messagestr = '正在載入輸入法碼表,請稍後...'
430+
messagestr = '正在載入輸入法碼表,請稍候...'
431431
cbTS.isShowMessage = True
432432
cbTS.showMessage(messagestr, cbTS.messageDurationTime)
433433
return True

python/input_methods/chewing/js/user_phrase.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function loadUserPhrases() {
77
$.LoadingOverlay("show", {
88
background: "rgba(80, 80, 80, 0.8)",
99
fade: [200, 500],
10-
text: "載入詞彙中,請稍後..."
10+
text: "載入詞彙中,請稍候..."
1111
});
1212

1313
// Get user_phrases
@@ -477,4 +477,4 @@ $(function() {
477477
cache: false // needs to turn off cache. otherwise the server will be requested only once.
478478
});
479479
}, 20 * 1000);
480-
});
480+
});

0 commit comments

Comments
 (0)