Browse Source

打印-页面范围当前页文案

liyijie 1 year ago
parent
commit
dc6f6f2aba

+ 1 - 1
PDF Office/Views/Dialog/HomePageToolsDialogs/HomePagePrinter/HomePagePrinterDialog.xaml.cs

@@ -30,7 +30,7 @@ namespace PDF_Master.Views.Dialog.HomePageToolsDialogs.HomePagePrinter
                 if (PageRangeComboBox.CurrentPage)
                 {
                     ComboBoxItem comboBoxItem = new ComboBoxItem();
-                    comboBoxItem.Content = "当前页面";
+                    comboBoxItem.Content = App.MainPageLoader.GetString("WritableComboBox_CurrentPage");
                     PageRangeComboBox.writableComboBox.Items.Insert(1, comboBoxItem);
                 }
                 if (!string.IsNullOrEmpty( ((HomePagePrinterDialogViewModel)this.DataContext).PageListString))