diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 2f899e5a..c8917198 100644 --- a/src/main.cc +++ b/src/main.cc @@ -144,7 +144,7 @@ int main(int argc, char * argv[], char * envp[]) std::free(expansion); std::free(p); throw_(std::logic_error, - "Failed to expand history reference '" << p << "'"); + _("Failed to expand history reference '%1'") << p); } else if (expansion) { add_history(expansion); |