diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index cc50f586..ea741a6d 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -72,10 +72,10 @@ angular.module('zmApp.controllers') var eHandle; var scrubOngoing = false; - $scope.thumbSizeOptions = { - 'xsmall': $translate.instant('kEventViewThumbsXSmall'), - 'small': $translate.instant('kEventViewThumbsSmall'), - 'large':$translate.instant('kEventViewThumbsLarge'), + $scope.nextThumbSizeOptions = { + 'xsmall': $translate.instant('kEventViewThumbsSmall'), + 'small': $translate.instant('kEventViewThumbsLarge'), + 'large':$translate.instant('kEventViewThumbsXSmall'), }; var currEventNum = 0; |
