Skip to content

Commit

Permalink
Hardcoded text replaced with the dictionary value
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Nov 7, 2019
1 parent e23ecc7 commit 8c3143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azote/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def __init__(self, thumb_file, filename, palette):
button.set_active(True)

label = Gtk.Label()
label.set_text('Copy as:')
label.set_text(common.lang['copy_as'])

hbox = Gtk.HBox()
hbox.set_spacing(5)
Expand Down

0 comments on commit 8c3143c

Please sign in to comment.