summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_software.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-18 20:44:48 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-18 20:44:48 -0400
commit257b23a06ed1bac8e2a64b802fd26a7b390fffdc (patch)
tree8c5786ffe9a7778bbdad0c423b3297c06cf60ce5 /pts-core/functions/pts-functions_system_software.php
parent62e2e7b2ef8f8b064f75071194efc8b0db5caf7c (diff)
downloadphoronix-test-suite-upstream-257b23a06ed1bac8e2a64b802fd26a7b390fffdc.tar.gz
phoronix-test-suite-upstream-257b23a06ed1bac8e2a64b802fd26a7b390fffdc.tar.xz
phoronix-test-suite-upstream-257b23a06ed1bac8e2a64b802fd26a7b390fffdc.zip
pts-core: Automatically append periods to test notes
Diffstat (limited to 'pts-core/functions/pts-functions_system_software.php')
-rw-r--r--pts-core/functions/pts-functions_system_software.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/functions/pts-functions_system_software.php b/pts-core/functions/pts-functions_system_software.php
index 0ff2956..806e8d0 100644
--- a/pts-core/functions/pts-functions_system_software.php
+++ b/pts-core/functions/pts-functions_system_software.php
@@ -42,7 +42,7 @@ function system_virtualized_mode()
if(!empty($virtualized))
{
- $virtualized = "This system was using " . $virtualized . " virtualization.";
+ $virtualized = "This system was using " . $virtualized . " virtualization";
}
return $virtualized;
@@ -309,7 +309,7 @@ function pts_process_running_string($process_arr)
$p_string .= "were";
}
- $p_string .= " running on this system. ";
+ $p_string .= " running on this system";
}
return $p_string;