Skip to content

Commit 4cd61a8

Browse files
authored
Some fixes
1 parent 7675a54 commit 4cd61a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RAM-Logger.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $Lang = {
2121
[string]$l7 = "Press Enter to begin"
2222
[string]$l8 = "Type in logging frequency in seconds"
2323
[string]$l9 = "Logging frequency was set to"
24-
[string]$l10 = "Seconds"
24+
[string]$l10 = "Second(s)"
2525
[string]$l11 = "Logging started."
2626
[string]$l12 = "To stop, press 0 key,"
2727
[string]$l13 = "when app window is active."
@@ -65,6 +65,7 @@ $Lang = {
6565
.$About
6666
}
6767
$About = {
68+
Clear-Host
6869
[string]$ver = "1.1.0"
6970
Write-Host "$l1"
7071
Write-Host "$l2"

0 commit comments

Comments
 (0)