l10n: Fix localization in TextSize plugin
This commit is contained in:
parent
b9422cd437
commit
ab581c166b
|
@ -26,6 +26,9 @@
|
|||
from gi.repository import GObject, Gio, Gtk, Gdk, Xed
|
||||
from .documenthelper import DocumentHelper
|
||||
|
||||
import gettext
|
||||
gettext.install("xed")
|
||||
|
||||
MENU_PATH = "/MenuBar/ViewMenu/ViewOps_1"
|
||||
|
||||
class TextSizePlugin(GObject.Object, Xed.WindowActivatable):
|
||||
|
|
Loading…
Reference in New Issue