Skip to content

Commit

Permalink
Revert captialization change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Mar 10, 2024
1 parent 8bcc25c commit 5f492a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/NucleusLib/pnInputCore/plInputMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f492a7

Please sign in to comment.