summaryrefslogtreecommitdiffstats
path: root/src/recording
diff options
context:
space:
mode:
authorS.Brandt <s.brandt@mixxx.org>2017-12-23 17:02:38 +0100
committerS.Brandt <s.brandt@mixxx.org>2017-12-23 17:02:38 +0100
commit11fb299d2fa9fdeec1f8b3fbdffaa3c3b760f531 (patch)
tree06cdf1056e2faeed7edf958215718513547909b3 /src/recording
parente1a1e40ae76d8e85133268dfdba6f0a0a900914a (diff)
Unify display of menu selections in tooltips when displaying a sequence of menu selections, including selecting submenus. Currently there is mixed use of `>` and `->`, opting to `->` because this is what the majority of affected strings use (2:8 ratio).
Diffstat (limited to 'src/recording')
-rw-r--r--src/recording/recordingmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recording/recordingmanager.cpp b/src/recording/recordingmanager.cpp
index e915d43c5b..10411a2133 100644
--- a/src/recording/recordingmanager.cpp
+++ b/src/recording/recordingmanager.cpp
@@ -227,7 +227,7 @@ void RecordingManager::slotIsRecording(bool isRecordingActive, bool error) {
props->setTitle(tr("Recording"));
props->setText("<html>"+tr("Could not create audio file for recording!")
+"<p>"+tr("Ensure there is enough free disk space and you have write permission for the Recordings folder.")
- +"<p>"+tr("You can change the location of the Recordings folder in Preferences > Recording.")
+ +"<p>"+tr("You can change the location of the Recordings folder in Preferences -> Recording.")
+"</p></html>");
ErrorDialogHandler::instance()->requestErrorDialog(props);
}