l10n: Fix localization in TextSize plugin

This commit is contained in:
Clement Lefebvre
2017-11-15 13:08:58 +00:00
parent b9422cd437
commit ab581c166b

View File

@@ -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):