Fixed small typo in new string
This commit is contained in:
Generated
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user