diff --git a/app/assets/templates/directives/session-history-menu.html.haml b/app/assets/templates/directives/session-history-menu.html.haml index 46814a076..626a5cc0a 100644 --- a/app/assets/templates/directives/session-history-menu.html.haml +++ b/app/assets/templates/directives/session-history-menu.html.haml @@ -11,7 +11,7 @@ %menu-row{"label" => "'Clear all local history'", "ng-click" => "clearAllHistory(); $event.stopPropagation();"} %menu-row{"label" => "(diskEnabled ? 'Disable' : 'Enable') + ' saving history to disk'", "ng-click" => "toggleDiskSaving(); $event.stopPropagation();"} .sublabel - May increase app loading speed and memory footprint. + Saving to disk may decrease app loading speed and increase memory footprint. %menu-row{"ng-repeat" => "revision in history.revisions", "ng-click" => "openRevision(revision); $event.stopPropagation();",