aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/detection.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2010-09-12 16:41:13 +0000
committerMatthew Hoops2010-09-12 16:41:13 +0000
commit161b2e6c798b1499af0a042a73f13c86490b984d (patch)
tree8e9712dba5f1ca42e8317c0eea12d23b656377e8 /engines/testbed/detection.cpp
parent09ae34f4a4631b72a0b91ef28ec7658c0c00aed5 (diff)
downloadscummvm-rg350-161b2e6c798b1499af0a042a73f13c86490b984d.tar.gz
scummvm-rg350-161b2e6c798b1499af0a042a73f13c86490b984d.tar.bz2
scummvm-rg350-161b2e6c798b1499af0a042a73f13c86490b984d.zip
TESTBED: Title capitalization and consistency
svn-id: r52686
Diffstat (limited to 'engines/testbed/detection.cpp')
-rw-r--r--engines/testbed/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp
index bb633e9812..2558c5716e 100644
--- a/engines/testbed/detection.cpp
+++ b/engines/testbed/detection.cpp
@@ -33,7 +33,7 @@
#include "testbed/testbed.h"
static const PlainGameDescriptor testbed_setting[] = {
- { "testbed", "Testbed: The backend testing framework" },
+ { "testbed", "Testbed: The Backend Testing Framework" },
{ 0, 0 }
};
@@ -70,7 +70,7 @@ public:
}
virtual const char *getName() const {
- return "TestBed: The backend testing framework";
+ return "Testbed: The Backend Testing Framework";
}
virtual const char *getOriginalCopyright() const {