diff --git a/src/GridFieldOrderableRows.php b/src/GridFieldOrderableRows.php index ed48140..b667727 100755 --- a/src/GridFieldOrderableRows.php +++ b/src/GridFieldOrderableRows.php @@ -456,7 +456,10 @@ class GridFieldOrderableRows extends RequestHandler implements $this->httpError(400); } - Controller::curr()->getResponse()->addHeader('X-Status', rawurlencode('Records reordered.')); + Controller::curr()->getResponse()->addHeader( + 'X-Status', + rawurlencode(_t(__CLASS__ . '.REORDERED', 'Records reordered.')) + ); return $grid->FieldHolder(); }