From c84bf432890abe0d4161b56305dd4e4287405db1 Mon Sep 17 00:00:00 2001 From: Vladimir Zhbanov Date: Mon, 3 Jun 2024 12:59:49 +0300 Subject: [PATCH] schematic: Use proper module for translation in (schematic window) --- libleptongui/scheme/schematic/window.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libleptongui/scheme/schematic/window.scm b/libleptongui/scheme/schematic/window.scm index 4107cd51c1..200006372f 100644 --- a/libleptongui/scheme/schematic/window.scm +++ b/libleptongui/scheme/schematic/window.scm @@ -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) @@ -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)