summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-27 15:35:58 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-27 15:35:58 -0500
commit502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8 (patch)
tree2406c26886dc9b3f979adf3c4811a3a845c25e40 /pts-core/functions/pts-functions_system.php
parente0bf310ff2f2b201c8f0cffbe3055ee7b11f2b07 (diff)
downloadphoronix-test-suite-upstream-502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8.tar.gz
phoronix-test-suite-upstream-502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8.tar.xz
phoronix-test-suite-upstream-502ac8e9fb41cfc4fb24222e3ec0d1c2f3833ed8.zip
pts-core: Clean up Display / X.Org server reported string
Diffstat (limited to 'pts-core/functions/pts-functions_system.php')
-rw-r--r--pts-core/functions/pts-functions_system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system.php b/pts-core/functions/pts-functions_system.php
index 253d0a5..5dc01db 100644
--- a/pts-core/functions/pts-functions_system.php
+++ b/pts-core/functions/pts-functions_system.php
@@ -55,7 +55,7 @@ function pts_sw_string()
array_push($software, "Desktop: " . $desktop);
}
- array_push($software, "X.Org Server: " . sw_os_graphics_subsystem());
+ array_push($software, "Display Server: " . sw_os_graphics_subsystem());
if(($ddx = sw_xorg_ddx_driver_info()) != "")
{