summaryrefslogtreecommitdiffstats
path: root/src/recording
diff options
context:
space:
mode:
authorDaniel Poelzleithner <git@poelzi.org>2018-05-16 01:49:04 +0200
committerDaniel Poelzleithner <git@poelzi.org>2018-05-16 01:49:04 +0200
commite0d8ab846c24dffcadfc56268022d68a4f2b3d37 (patch)
treeedf5354934d6903ce8722d8d39ef5fecd56b2922 /src/recording
parent4d9d1def3bbb33c07d8a517c8f01d5132a034bf5 (diff)
fix typo
Diffstat (limited to 'src/recording')
-rw-r--r--src/recording/recordingmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recording/recordingmanager.cpp b/src/recording/recordingmanager.cpp
index e1a975b6bf..9ba54ca721 100644
--- a/src/recording/recordingmanager.cpp
+++ b/src/recording/recordingmanager.cpp
@@ -271,11 +271,11 @@ void RecordingManager::slotBytesRecorded(int bytes)
}
void RecordingManager::warnFreespace() {
- qWarning() << "RecordingManager: less then 1 GiB free space";
+ qWarning() << "RecordingManager: less than 1 GiB free space";
ErrorDialogProperties* props = ErrorDialogHandler::instance()->newDialogProperties();
props->setType(DLG_WARNING);
props->setTitle(tr("Low Disk Space Warning"));
- props->setText(tr("There is less then 1 GiB of useable space in the recording folder"));
+ props->setText(tr("There is less than 1 GiB of useable space in the recording folder"));
props->setKey("RecordingManager::warnFreespace"); // To prevent multiple windows for the same error
// Allow user to suppress further notifications about this particular error