Skip to content

Commit

Permalink
schematic: Use proper module for translation in (schematic window)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzh committed Jun 3, 2024
1 parent 26ffdb2 commit c84bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libleptongui/scheme/schematic/window.scm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#:use-module (lepton ffi check-args)
#:use-module (lepton ffi glib)
#:use-module (lepton ffi)
#:use-module (lepton gettext)
#:use-module (lepton log)
#:use-module (lepton m4)
#:use-module (lepton object foreign)
Expand All @@ -45,6 +44,7 @@
#:use-module (schematic callback)
#:use-module (schematic ffi)
#:use-module (schematic ffi gtk)
#:use-module (schematic gettext)
#:use-module (schematic gui keymap)
#:use-module (schematic gui stroke)
#:use-module (schematic menu)
Expand Down

0 comments on commit c84bf43

Please sign in to comment.