From a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 28 Jun 2024 21:49:44 +0200 Subject: Subtitle{,String,Image} -> Text{,String,Image}. --- src/exceptions.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exceptions.cc') diff --git a/src/exceptions.cc b/src/exceptions.cc index 9c57011d..4420125c 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -121,8 +121,8 @@ ReadError::ReadError (string message, string detail) } -MissingSubtitleImageError::MissingSubtitleImageError (string id) - : runtime_error (String::compose("Could not load image for subtitle %1", id)) +MissingTextImageError::MissingTextImageError (string id) + : runtime_error (String::compose("Could not load image for subtitle/caption %1", id)) { } -- cgit v1.2.3