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