Blob Blame History Raw
From 0feb6251925fe049c46ccf5153db4b467f3544fb Mon Sep 17 00:00:00 2001
From: Robert Marshall <robert@capuchin.co.uk>
Date: Sat, 4 Feb 2017 18:49:41 +0100
Subject: [PATCH 37/47] Fix minor typo

add the word 'specify' to text

REVIEW: 123635
---
 src/playlistgenerator/constraints/PlaylistFileSizeEditWidget.ui | 2 +-
 src/playlistgenerator/constraints/PlaylistLengthEditWidget.ui   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/playlistgenerator/constraints/PlaylistFileSizeEditWidget.ui b/src/playlistgenerator/constraints/PlaylistFileSizeEditWidget.ui
index fce5c54..40a9ab2 100644
--- a/src/playlistgenerator/constraints/PlaylistFileSizeEditWidget.ui
+++ b/src/playlistgenerator/constraints/PlaylistFileSizeEditWidget.ui
@@ -12,7 +12,7 @@
    </rect>
   </property>
   <property name="whatsThis">
-   <string>An editor for a Playlist Length constraint.  The user can the target number of tracks and whether the playlist contain fewer than, equal to, or more than that number of tracks; and the strictness with which the APG should match the target number of tracks.</string>
+   <string>An editor for a Playlist Length constraint.  The user can specify the target number of tracks and whether the playlist contain fewer than, equal to, or more than that number of tracks; and the strictness with which the APG should match the target number of tracks.</string>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
diff --git a/src/playlistgenerator/constraints/PlaylistLengthEditWidget.ui b/src/playlistgenerator/constraints/PlaylistLengthEditWidget.ui
index f97697a..206c91f 100644
--- a/src/playlistgenerator/constraints/PlaylistLengthEditWidget.ui
+++ b/src/playlistgenerator/constraints/PlaylistLengthEditWidget.ui
@@ -12,7 +12,7 @@
    </rect>
   </property>
   <property name="whatsThis">
-   <string>An editor for a Playlist Length constraint.  The user can the target number of tracks and whether the playlist contain fewer than, equal to, or more than that number of tracks; and the strictness with which the APG should match the target number of tracks.</string>
+   <string>An editor for a Playlist Length constraint.  The user can specify the target number of tracks and whether the playlist contain fewer than, equal to, or more than that number of tracks; and the strictness with which the APG should match the target number of tracks.</string>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-- 
2.9.3