diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-04 16:30:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-04 16:30:38 +0000 |
| commit | 46d58f0a7898acabf77c3306e2066903d2444a73 (patch) | |
| tree | 70de662df3709685d762dbe37a80d947e200358c /src/lib/examine_content_job.cc | |
| parent | 3b2b99fd464d865083680d7933d19ceaac875352 (diff) | |
Make some verb tenses more consistent.
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 81088a441..86e0a107e 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -41,7 +41,7 @@ ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Co string ExamineContentJob::name () const { - return _("Examine content"); + return _("Examining content"); } string |
