Skip to content

Commit e8d9808

Browse files
committed
#781 - remove fuzzy flags
1 parent c02b779 commit e8d9808

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

library/tkinter.dnd.po

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/tkinter.dnd.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!tkinter.dnd` --- Drag and drop support"
22-
msgstr ":mod:`tkinter.dnd` --- 드래그 앤드 드롭 지원"
21+
msgstr ":mod:`!tkinter.dnd` --- 드래그 앤드 드롭 지원"
2322

2423
#: ../../library/tkinter.dnd.rst:8
2524
msgid "**Source code:** :source:`Lib/tkinter/dnd.py`"
@@ -61,16 +60,14 @@ msgid "Target widget should have a callable *dnd_accept* attribute"
6160
msgstr "대상 위젯에는 콜러블 *dnd_accept* 어트리뷰트가 있어야 합니다"
6261

6362
#: ../../library/tkinter.dnd.rst:28
64-
#, fuzzy
6563
msgid ""
6664
"If *dnd_accept* is not present or returns ``None``, search moves to "
6765
"parent widget"
68-
msgstr "*dnd_accept*\\가 없거나 None을 반환하면, 검색은 부모 위젯으로 이동합니다"
66+
msgstr "*dnd_accept*\\가 없거나 ``None``\\ 반환하면, 검색은 부모 위젯으로 이동합니다"
6967

7068
#: ../../library/tkinter.dnd.rst:29
71-
#, fuzzy
7269
msgid "If no target widget is found, then the target object is ``None``"
73-
msgstr "대상 위젯이 발견되지 않으면, 대상 객체는 None입니다."
70+
msgstr "대상 위젯이 발견되지 않으면, 대상 객체는 ``None``\\입니다."
7471

7572
#: ../../library/tkinter.dnd.rst:31
7673
msgid "Call to *<old_target>.dnd_leave(source, event)*"

0 commit comments

Comments
 (0)