diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-07-05 17:26:50 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-07-05 17:28:13 -0700 |
commit | aaa646fef2c7b1af8ec2374033b2a9c87f170768 (patch) | |
tree | 8bb4f3329bc244f76fb896291b41e312bf199f01 | |
parent | c638fa746f52025f201553a10b23f941ea71de47 (diff) |
modules/rkt: trivial editscene message formatting fixup
Remove spurious space
-rw-r--r-- | src/modules/rkt/rkt_scener.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rkt/rkt_scener.c b/src/modules/rkt/rkt_scener.c index f1832ec..74a0bff 100644 --- a/src/modules/rkt/rkt_scener.c +++ b/src/modules/rkt/rkt_scener.c @@ -591,7 +591,7 @@ static int rkt_scener_handle_input_editscene(rkt_context_t *ctxt) "think of these as more like Samples/Instruments in a tracker.\n" "So you can relatively harmlessly have unused scenes in here.\n" "\n" - "A temporary way to edit is copy and paste the settings shown above into a text editor,\n" + "A temporary way to edit is copy and paste the settings shown above into a text editor,\n" "make your tweaks (you can also just delete parts you want to revisit interactive setup for),\n" "then paste it into the initial New scene raw input prompt (*discard* the quotes!).\n" "\n" |