diff --git a/theme.inc b/theme.inc
index 57d61ed..5eb87d3 100644
--- a/theme.inc
+++ b/theme.inc
@@ -342,10 +342,10 @@ function views_calc_table_total(&$vars, $key, $totals) {
           // when both are provided.
           if (empty($added_label[$calc])) {
             if ($key == 'sub_totals') {
-              $label = t("Page !Calculation", array("!Calculation" => $calc));
+              $label = t("Page !Calculation", array("!Calculation" => t($calc)));
             }
             else {
-              $label = t("Total !Calculation", array("!Calculation" => $calc));
+              $label = t("Total !Calculation", array("!Calculation" => t($calc)));
             }
             $vars[$key][$calc][$column] = $label;
             $added_label[$calc] = TRUE;
