Resolve issue #377
Changed wording on option to reflect what actually happens
This commit is contained in:
parent
641cb46602
commit
b0223e2e8e
|
@ -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>
|
||||
|
|
|
@ -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.
|
|
@ -3304,7 +3304,7 @@ Unimplemented Method: {2}</value>
|
|||
<value>Open a new window &only when there are unsaved changes to the current post</value>
|
||||
</data>
|
||||
<data name="PostEditorPrefView" xml:space="preserve">
|
||||
<value>&View post after publishing</value>
|
||||
<value>&View blog after publishing</value>
|
||||
</data>
|
||||
<data name="PostEditorPrefBrowseFolder" xml:space="preserve">
|
||||
<value>Browse</value>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue