diff options
Diffstat (limited to 'src/exceptions.cc')
| -rw-r--r-- | src/exceptions.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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)) { } |
