summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/textual.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/textual.cc b/src/textual.cc
index 757a054d..a2801fd5 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -546,11 +546,9 @@ void instance_t::automated_xact_directive(char * line)
ae.release();
}
-
- }
catch (const std::exception& err) {
if (reveal_context) {
- add_error_context(_("While parsing periodic transaction:"));
+ add_error_context(_("While parsing automated transaction:"));
add_error_context(source_context(pathname, pos, curr_pos, "> "));
}
throw;