diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/TextViewerPanel.cs b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/TextViewerPanel.cs index e93a246..5d706e0 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/TextViewerPanel.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/TextViewerPanel.cs @@ -72,7 +72,8 @@ namespace QuickLook.Plugin.TextViewer PreviewMouseWheel += Viewer_MouseWheel; - FontFamily = new FontFamily(TranslationHelper.Get("Editor_FontFamily")); + FontFamily = new FontFamily(TranslationHelper.Get("Editor_FontFamily", + domain: Assembly.GetExecutingAssembly().GetName().Name)); TextArea.TextView.ElementGenerators.Add(new TruncateLongLines());