[Scummvm-git-logs] scummvm master -> 6d6b48ab641dc7a7b67193bd07ebb83d4cfeaeed
lephilousophe
noreply at scummvm.org
Sun Sep 29 15:10:56 UTC 2024
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:
6d6b48ab64 COMMON: Fix typo in string
Commit: 6d6b48ab641dc7a7b67193bd07ebb83d4cfeaeed
https://github.com/scummvm/scummvm/commit/6d6b48ab641dc7a7b67193bd07ebb83d4cfeaeed
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-09-29T17:10:05+02:00
Commit Message:
COMMON: Fix typo in string
Reported by @tunnelsociety
Changed paths:
common/rotationmode.cpp
diff --git a/common/rotationmode.cpp b/common/rotationmode.cpp
index 7ca36ab2c2e..39ec66729e5 100644
--- a/common/rotationmode.cpp
+++ b/common/rotationmode.cpp
@@ -32,7 +32,7 @@ namespace Common {
const RotationModeDescription g_rotationModes[] = {
{ _s("No rotation"), kRotationNormal },
{ _s("Clockwise"), kRotation90 },
- { _s("180 degress"), kRotation180 },
+ { _s("180 degrees"), kRotation180 },
{ _s("Counter-clockwise"), kRotation270 },
{ nullptr, kRotationNormal}
};
More information about the Scummvm-git-logs
mailing list