Fixed small typo in new string

This commit is contained in:
Michael J. Seiferling
2016-06-09 20:28:10 -06:00
parent ef6e608d30
commit 8b779f6d66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2842,7 +2842,7 @@ Namespace My.Resources
End Property End Property
'''<summary> '''<summary>
''' Looks up a localized string similar to The session log reached maximum length and has been cleared .. ''' Looks up a localized string similar to The session log reached maximum length and has been cleared..
'''</summary> '''</summary>
Friend ReadOnly Property frmMain_LogAutoClear() As String Friend ReadOnly Property frmMain_LogAutoClear() As String
Get Get
+1 -1
View File
@@ -1694,7 +1694,7 @@
<value>Available Fields</value> <value>Available Fields</value>
</data> </data>
<data name="frmMain_LogAutoClear" xml:space="preserve"> <data name="frmMain_LogAutoClear" xml:space="preserve">
<value>The session log reached maximum length and has been cleared .</value> <value>The session log reached maximum length and has been cleared.</value>
</data> </data>
<data name="frmSettings_chkAutoSaveLog" xml:space="preserve"> <data name="frmSettings_chkAutoSaveLog" xml:space="preserve">
<value>Autosave log when max length is exceeded</value> <value>Autosave log when max length is exceeded</value>