[Scummvm-git-logs] scummvm master -> 604c6f522dd34e4dda569e5eefac8b0240188973
bluegr
noreply at scummvm.org
Sun Oct 16 06:47:43 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
604c6f522d ENGINES: Correcting capitalization of bbvs full name
Commit: 604c6f522dd34e4dda569e5eefac8b0240188973
https://github.com/scummvm/scummvm/commit/604c6f522dd34e4dda569e5eefac8b0240188973
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-10-16T09:47:39+03:00
Commit Message:
ENGINES: Correcting capitalization of bbvs full name
"Beavis and Butt-head in Virtual Stupidity" -> "Beavis and Butt-Head in Virtual Stupidity"
This matches how it [appears on Wikipedia](https://en.wikipedia.org/wiki/Beavis_and_Butt-Head_in_Virtual_Stupidity) as well as how it's capitalized in [the show itself](https://en.wikipedia.org/wiki/Beavis_and_Butt-Head).
Changed paths:
doc/cz/PrectiMe
doc/de/LIESMICH
engines/bbvs/detection.cpp
diff --git a/doc/cz/PrectiMe b/doc/cz/PrectiMe
index 1af492fb416..561cff5d18d 100644
--- a/doc/cz/PrectiMe
+++ b/doc/cz/PrectiMe
@@ -289,7 +289,7 @@ Hry od Sierra Entertainment (SCI):
Dalšà hry:
3 Skulls of the Toltecs [toltecs]
Amazon: Guardians of Eden [access]
- Beavis and Butt-head in Virtual Stupidity [bbvs]
+ Beavis and Butt-Head in Virtual Stupidity [bbvs]
Blue Force [blueforce]
Broken Sword: The Return of the Templars [sword25]
Bud Tucker in Double Trouble [tucker]
diff --git a/doc/de/LIESMICH b/doc/de/LIESMICH
index 80dbd114aae..836d2810b1f 100644
--- a/doc/de/LIESMICH
+++ b/doc/de/LIESMICH
@@ -394,7 +394,7 @@ Andere Spiele:
Amazon: Guardians of Eden [access]
Baphomets Fluch 2.5:
Die Rückkehr der Tempelritter [sword25]
- Beavis and Butt-head in Virtual Stupidity [bbvs]
+ Beavis and Butt-Head in Virtual Stupidity [bbvs]
Blade Runner [bladerunner]
Blue Force [blueforce]
Bud Tucker in Double Trouble [tucker]
diff --git a/engines/bbvs/detection.cpp b/engines/bbvs/detection.cpp
index 212268dfabf..bcbdc271e41 100644
--- a/engines/bbvs/detection.cpp
+++ b/engines/bbvs/detection.cpp
@@ -25,7 +25,7 @@
#include "bbvs/detection.h"
static const PlainGameDescriptor bbvsGames[] = {
- { "bbvs", "Beavis and Butt-head in Virtual Stupidity" },
+ { "bbvs", "Beavis and Butt-Head in Virtual Stupidity" },
{ nullptr, nullptr }
};
@@ -104,7 +104,7 @@ public:
}
const char *getEngineName() const override {
- return "MTV's Beavis and Butt-head in Virtual Stupidity";
+ return "MTV's Beavis and Butt-Head in Virtual Stupidity";
}
const char *getOriginalCopyright() const override {
More information about the Scummvm-git-logs
mailing list