File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ void AOClient::cmdTestify(int argc, QStringList argv)
113113
114114 AreaData *l_area = server->getAreaById (areaId ());
115115 if (l_area->testimonyRecording () == AreaData::TestimonyRecording::RECORDING) {
116- sendServerMessage (" Testimony recording is already in progress. Please stop it with /end before starting a new one." );
116+ sendServerMessage (" Testimony recording is already in progress. Please stop it with /pause before starting a new one." );
117117 }
118118 else {
119119 clearTestimony ();
120120 l_area->setTestimonyRecording (AreaData::TestimonyRecording::RECORDING);
121- sendServerMessage (" Started testimony recording. The next IC message will be a title. Use /end to stop recording." );
121+ sendServerMessage (" Started testimony recording. The next IC message will be a title. Use /pause to stop recording." );
122122 }
123123}
124124
@@ -140,7 +140,7 @@ void AOClient::cmdExamine(int argc, QStringList argv)
140140 }
141141 }
142142 else {
143- sendServerMessage (" Unable to start replay without prior testimony. Use /testify to start Or load a testimony with /loadtestimony." );
143+ sendServerMessage (" Unable to start replay without prior testimony. Use /testify to start or load a testimony with the command: /loadtestimony." );
144144 }
145145}
146146
You can’t perform that action at this time.
0 commit comments