From 5f492a744643dedd95c45466951271df718c54ba Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 9 Mar 2024 20:11:32 -0500 Subject: [PATCH] Revert captialization change. --- Sources/Plasma/NucleusLib/pnInputCore/plInputMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/NucleusLib/pnInputCore/plInputMap.cpp b/Sources/Plasma/NucleusLib/pnInputCore/plInputMap.cpp index 1c88124c50..338b6a34a1 100644 --- a/Sources/Plasma/NucleusLib/pnInputCore/plInputMap.cpp +++ b/Sources/Plasma/NucleusLib/pnInputCore/plInputMap.cpp @@ -659,7 +659,7 @@ ST::string plKeyMap::GetStringUnmapped() default: break; } - return ST_LITERAL("(Unmapped)"); + return ST_LITERAL("(unmapped)"); } // If the binding has one of these keys, but not the other, go and bind the other