Skip to content

Commit f1f1627

Browse files
Dr-XYZmattwang44
andauthored
Update tkinter.dnd.po
Co-authored-by: W. H. Wang <mattwang44@gmail.com>
1 parent d294558 commit f1f1627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/tkinter.dnd.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ msgid ""
4343
"your callback function)."
4444
msgstr ""
4545
":mod:`tkinter.dnd` 模組為單一應用程式內、同一個視窗內或視窗之間的物件提供拖放"
46-
"支援。要讓一個物件可以被拖動,你必須為它建立一個事件繫結來啟動拖放過程。"
47-
"常,你會將一個 ButtonPress 事件繫結到你所寫的回呼函式(請參閱 :ref:`Bindings-"
46+
"支援。要讓一個物件可以被拖動,你必須為它建立一個事件繫結來啟動拖放過程。"
47+
"通常會將一個 ButtonPress 事件繫結到你所寫的回呼函式(請參閱 :ref:`Bindings-"
4848
"and-Events`)。該函式應該呼叫 :func:`dnd_start`,其中 'source' 是要被拖動的物"
4949
"件,而 'event' 是觸發呼叫的事件(你的回呼函式的引數)。"
5050

0 commit comments

Comments
 (0)