diff --git a/ui/ui.js b/ui/ui.js index c78e0734..94fcd86c 100755 --- a/ui/ui.js +++ b/ui/ui.js @@ -708,6 +708,7 @@ function exportPreviewsDialog(state, dfl){ dfl = dfl == null ? BASE_URL : dfl // XXX make this more generic... + // tell the user what state are we exporting... if(state == null){ state = toggleMarkedOnlyView('?') == 'on' ? 'marked images' : state state = toggleSingleRibbonMode('?') == 'on' ? 'current ribbon' : state @@ -735,7 +736,7 @@ function exportPreviewsDialog(state, dfl){ var keys = Object.keys(cfg) - formDialog(null, 'Export source: '+ state +'.', cfg, 'OK', 'exportPreviewsDialog') + formDialog(null, 'Export: '+ state +'.', cfg, 'OK', 'exportPreviewsDialog') .done(function(data){ exportTo( normalizePath(data[keys[2]]),