Version: 0.8.0-beta2 (using KDE KDE 3.4.2) Installed from: Compiled From Sources OS: Linux In Tags view, after dragging and dropping a photo to its tag, in the opened menu, I can see "Set as Album Thumbnail" instead of "Set as Tag Thumbnail".
SVN commit 471122 by jahrens: BUG: 114506 M +1 -1 tagfolderview.cpp --- trunk/extragear/graphics/digikam/digikam/tagfolderview.cpp #471121:471122 @@ -647,7 +647,7 @@ else { QPopupMenu popMenu(this); - popMenu.insertItem(i18n("Set as Album Thumbnail"), 12); + popMenu.insertItem(i18n("Set as Tag Thumbnail"), 12); popMenu.insertSeparator(-1); popMenu.insertItem( SmallIcon("cancel"), i18n("C&ancel") );
Thank you.
Fixed by Joern. Closed... Gilles