We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c218b1 + 4805215 commit fcd1a40Copy full SHA for fcd1a40
kano_tutorial/drag_and_drop.py
@@ -44,10 +44,10 @@ def __init__(self):
44
self.bg_image.set_from_file(drag_bg_filename)
45
46
self.label1 = Gtk.Label(_("I can show colors too "
47
- "- 16.7 million of them!")
+ "- 16.7 million of them!"))
48
self.label1.get_style_context().add_class("drag_source_label")
49
self.instruction = Gtk.Label(_("Click, hold, and drag "
50
- "me to the color.")
+ "me to the color."))
51
self.instruction.get_style_context().add_class("drag_source_label_bold")
52
53
# Mimic dimensions of the image so when the image is hidden,
0 commit comments