From 7780db4f8f18c6e9519ece58a43da11bec530940 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 3 Jul 2013 07:03:46 +0400 Subject: [PATCH] minor cleanup and tweaks... Signed-off-by: Alex A. Naanou --- ui/ui.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]]),