Resolve issue #377

Changed wording on option to reflect what actually happens
This commit is contained in:
kathweaver 2016-02-19 14:27:59 -06:00
parent 641cb46602
commit b0223e2e8e
4 changed files with 5 additions and 4 deletions

View File

@ -3756,7 +3756,7 @@ namespace OpenLiveWriter.Localization
/// </summary>
PostEditorPrefUnsave,
/// <summary>
/// &View post after publishing
/// &View blog after publishing - Modified comment by @kathweaver for issue #377
/// </summary>
PostEditorPrefView,
/// <summary>

View File

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

Can't render this file because it has a wrong number of fields in line 52.

View File

@ -3304,7 +3304,7 @@ Unimplemented Method: {2}</value>
<value>Open a new window &amp;only when there are unsaved changes to the current post</value>
</data>
<data name="PostEditorPrefView" xml:space="preserve">
<value>&amp;View post after publishing</value>
<value>&amp;View blog after publishing</value>
</data>
<data name="PostEditorPrefBrowseFolder" xml:space="preserve">
<value>Browse</value>

View File

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