summaryrefslogtreecommitdiff
path: root/src/compare.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/compare.cc')
-rw-r--r--src/compare.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare.cc b/src/compare.cc
index e8d96c62..1c92143f 100644
--- a/src/compare.cc
+++ b/src/compare.cc
@@ -57,7 +57,7 @@ namespace {
if (sort_values.back().value.is_null())
throw_(calc_error,
- "Could not determine sorting value based an expression");
+ _("Could not determine sorting value based an expression"));
}
}
}