We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7675a54 commit 4cd61a8Copy full SHA for 4cd61a8
RAM-Logger.ps1
@@ -21,7 +21,7 @@ $Lang = {
21
[string]$l7 = "Press Enter to begin"
22
[string]$l8 = "Type in logging frequency in seconds"
23
[string]$l9 = "Logging frequency was set to"
24
- [string]$l10 = "Seconds"
+ [string]$l10 = "Second(s)"
25
[string]$l11 = "Logging started."
26
[string]$l12 = "To stop, press 0 key,"
27
[string]$l13 = "when app window is active."
@@ -65,6 +65,7 @@ $Lang = {
65
.$About
66
}
67
$About = {
68
+ Clear-Host
69
[string]$ver = "1.1.0"
70
Write-Host "$l1"
71
Write-Host "$l2"
0 commit comments