From b0223e2e8e5b23a1ff04f17172aeeda1d41e7b6e Mon Sep 17 00:00:00 2001 From: kathweaver Date: Fri, 19 Feb 2016 14:27:59 -0600 Subject: [PATCH] Resolve issue #377 Changed wording on option to reflect what actually happens --- src/managed/OpenLiveWriter.Localization/StringId.cs | 2 +- src/managed/OpenLiveWriter.Localization/Strings.csv | 2 +- src/managed/OpenLiveWriter.Localization/Strings.resx | 2 +- .../OpenLiveWriter.PostEditor/PostEditorPreferencesPanel.cs | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/managed/OpenLiveWriter.Localization/StringId.cs b/src/managed/OpenLiveWriter.Localization/StringId.cs index fe2a8073..9cd22a7b 100644 --- a/src/managed/OpenLiveWriter.Localization/StringId.cs +++ b/src/managed/OpenLiveWriter.Localization/StringId.cs @@ -3756,7 +3756,7 @@ namespace OpenLiveWriter.Localization /// PostEditorPrefUnsave, /// - /// &View post after publishing + /// &View blog after publishing - Modified comment by @kathweaver for issue #377 /// PostEditorPrefView, /// diff --git a/src/managed/OpenLiveWriter.Localization/Strings.csv b/src/managed/OpenLiveWriter.Localization/Strings.csv index f561f157..0b529c96 100644 --- a/src/managed/OpenLiveWriter.Localization/Strings.csv +++ b/src/managed/OpenLiveWriter.Localization/Strings.csv @@ -71,7 +71,7 @@ PostEditorPrefPublishing,Publishing, PostEditorPrefRemind,Remind me to add &tags before publishing, PostEditorPrefRemindCat,Remind me to add &categories before publishing, PostEditorPrefClose,Close &window after publishing, -PostEditorPrefView,&View post after publishing, +PostEditorPrefView,&View blog after publishing, PostEditorPrefAuto,Save A&utoRecover information periodically, PostEditorPrefSide,S&how taskpane when editable items are inserted, PostEditorPrefUnsave,Open a new window &only when there are unsaved changes to the current post, diff --git a/src/managed/OpenLiveWriter.Localization/Strings.resx b/src/managed/OpenLiveWriter.Localization/Strings.resx index 5e82dfb0..a9b61675 100644 --- a/src/managed/OpenLiveWriter.Localization/Strings.resx +++ b/src/managed/OpenLiveWriter.Localization/Strings.resx @@ -3304,7 +3304,7 @@ Unimplemented Method: {2} Open a new window &only when there are unsaved changes to the current post - &View post after publishing + &View blog after publishing Browse diff --git a/src/managed/OpenLiveWriter.PostEditor/PostEditorPreferencesPanel.cs b/src/managed/OpenLiveWriter.PostEditor/PostEditorPreferencesPanel.cs index e8262c34..99501251 100644 --- a/src/managed/OpenLiveWriter.PostEditor/PostEditorPreferencesPanel.cs +++ b/src/managed/OpenLiveWriter.PostEditor/PostEditorPreferencesPanel.cs @@ -404,7 +404,8 @@ namespace OpenLiveWriter.PostEditor this.checkBoxViewWeblog.Name = "checkBoxViewWeblog"; this.checkBoxViewWeblog.Size = new System.Drawing.Size(312, 21); this.checkBoxViewWeblog.TabIndex = 0; - this.checkBoxViewWeblog.Text = "&View post after publishing"; + // Modified on 2/19/2016 by @kathweaver to resolve Issue #377 + this.checkBoxViewWeblog.Text = "&View blog after publishing"; this.checkBoxViewWeblog.TextAlign = System.Drawing.ContentAlignment.TopLeft; // // groupBoxPostWindows