summaryrefslogtreecommitdiff
path: root/app/Services/MediaFileService.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-06-15 17:55:46 +0100
committerGreg Roach <greg@subaqua.co.uk>2020-06-15 18:01:51 +0100
commit2b44f6fbd2fb03540c31fbd23370a6d36a5f5c6d (patch)
treeaeec3e6c701953c746d749a2b198307d81f78710 /app/Services/MediaFileService.php
parent336be01c6cd8bcecfb1fbd0695c076a77ca0995d (diff)
downloadwebtrees-2b44f6fbd2fb03540c31fbd23370a6d36a5f5c6d.tar.gz
webtrees-2b44f6fbd2fb03540c31fbd23370a6d36a5f5c6d.tar.bz2
webtrees-2b44f6fbd2fb03540c31fbd23370a6d36a5f5c6d.zip
Update terminology
Diffstat (limited to 'app/Services/MediaFileService.php')
-rw-r--r--app/Services/MediaFileService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/MediaFileService.php b/app/Services/MediaFileService.php
index 0378fc26c7..9691f927d4 100644
--- a/app/Services/MediaFileService.php
+++ b/app/Services/MediaFileService.php
@@ -265,7 +265,7 @@ class MediaFileService
*/
public function createMediaFileGedcom(string $file, string $type, string $title, string $note): string
{
- // Tidy whitespace
+ // Tidy non-printing characters
$type = trim(preg_replace('/\s+/', ' ', $type));
$title = trim(preg_replace('/\s+/', ' ', $title));