Skip to content

Commit 3ed31c1

Browse files
committed
minior UI change
1 parent 35fefea commit 3ed31c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

SerialPrograms/Source/NintendoSwitch/Programs/NintendoSwitch_RecordKeyboardController.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ RecordKeyboardController::RecordKeyboardController()
5050
)
5151
, FILE_NAME(
5252
false,
53-
"<b>Name of the JSON file to read/write.</b>",
53+
"<b>File name:</b><br>"
54+
"Name of the JSON file to read/write.",
5455
LockMode::LOCK_WHILE_RUNNING,
5556
"UserSettings/recording",
5657
"<name of JSON file>"
5758
)
5859
, GENERATE_CPP_CODE_AFTER_RECORDING(
59-
"<b>[For Developers] Generate C++ code text file, after recording:</b>",
60+
"<b>[For Developers]</b><br>"
61+
"<b>Automatically generate C++ code:</b><br>"
62+
"After recording, a text file with the C++ code will automatically be generated.<br>"
63+
"The name of the text file will be as per \"File name\" above.",
6064
LockMode::UNLOCK_WHILE_RUNNING,
6165
false
6266
)

0 commit comments

Comments
 (0)