From c36fc7cca915b68abceb981eb70e35f3296489e8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 16 Nov 2018 04:13:24 +0300 Subject: [PATCH] more menu tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/tags.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/tags.js b/ui (gen4)/features/tags.js index cb0fbd11..bffaa70d 100755 --- a/ui (gen4)/features/tags.js +++ b/ui (gen4)/features/tags.js @@ -229,7 +229,7 @@ var TagUIActions = actions.Actions({ 'Marked image tags' : gids.length > 1 ? 'Tags of: '+ gids.join(', ') - : 'Tags' }}, + : 'Current image tags' }}, widgets.makeUIDialog(function(...gids){ var that = this @@ -359,7 +359,8 @@ var TagUIActions = actions.Actions({ close: function(){ that.refresh() }, }, opts)) })], - showMarkedTagCoud: ['Tag|Mark/$Tags of $marked images...', + showMarkedTagCoud: ['Tag|Mark/$Tag $marked images...', + {dialogTitle: 'Tag marked images'}, 'showTagCloud: "marked"'], // XXX should this show all the tags or just the used??? // XXX should we add image count to tags???