$scope.redo = function() {
            var next = TranslationService.getNext();
            if (next) {
                $scope.message.text = next;
            }