diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-22 22:01:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-22 22:01:17 +0000 |
| commit | 9e7fa70994ce4064555d0793fb8d1124b8c0e19a (patch) | |
| tree | f18f61751bec1b17c35f6590629335ad7db6c9eb /src/lib/exceptions.cc | |
| parent | c0ffeee7cade9bf7e238e388da288a21aa885961 (diff) | |
Improve the appearance of a few error messages (#1187).
Diffstat (limited to 'src/lib/exceptions.cc')
| -rw-r--r-- | src/lib/exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { } |
