From b785abe2eb1f461db83306551ee48797b7109bb7 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Sat, 7 Oct 2023 20:37:12 +0200 Subject: [PATCH] Add dot to changelog. --- Glamourer/Gui/GlamourerChangelog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glamourer/Gui/GlamourerChangelog.cs b/Glamourer/Gui/GlamourerChangelog.cs index aa68759..a03b230 100644 --- a/Glamourer/Gui/GlamourerChangelog.cs +++ b/Glamourer/Gui/GlamourerChangelog.cs @@ -61,7 +61,7 @@ public class GlamourerChangelog .RegisterEntry("Omega items are no longer restricted.") .RegisterEntry("Fixed reverting to game state not removing forced wetness.") .RegisterEntry( - "Added some new cheat codes. You can now use the code 'Look at me, I'm your character now' to add buttons that copy the actual state of yourself or your target into a clipboard-design, in case the randomizers gave you something cool!") + "Added some new cheat codes. You can now use the code 'Look at me, I'm your character now.' to add buttons that copy the actual state of yourself or your target into a clipboard-design, in case the randomizers gave you something cool!") .RegisterEntry("Other new codes will be published in other ways.", 1); private static void Add1_0_0_6(Changelog log)