From 9e7fa70994ce4064555d0793fb8d1124b8c0e19a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Mar 2018 22:01:17 +0000 Subject: Improve the appearance of a few error messages (#1187). --- src/lib/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exceptions.cc') diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc index 4e1e1ade3..43a8f3b86 100644 --- a/src/lib/exceptions.cc +++ b/src/lib/exceptions.cc @@ -52,7 +52,7 @@ WriteFileError::WriteFileError (boost::filesystem::path f, int e) } MissingSettingError::MissingSettingError (string s) - : SettingError (s, String::compose (_("missing required setting %1"), s)) + : SettingError (s, String::compose (_("Missing required setting %1"), s)) { } -- cgit v1.2.3