https://bugs.kde.org/show_bug.cgi?id=365769
--- Comment #3 from Burkhard Lueck <lu...@hube-lueck.de> --- (In reply to Antoni Bella from comment #2) > (In reply to Burkhard Lueck from comment #1) > > > > Clicking on ">" at the right of "Home" shows all subfolders of Home, so > > right is correct here from my pov > > > > I'm see '> Home' and '> Home > Subfolder' but no '> Home >' > If I click in "> Home > Downloads" on the ">" at the right of "Home" I see a list of folders which are subfolder of "Home" > > This item is in fact Edit ->Paste Clipboard Contents > > Where do you see Edit ->Paste ? > > trunk/l10n-kf5/ca/messages/applications/dolphin.po:169(#30) > #: dolphinmainwindow.cpp:1017 > msgctxt "@action:inmenu Edit" > msgid "Paste" > msgstr "Enganxa" > dolphinmainwindow.cpp // The text of the paste-action is modified dynamically by Dolphin // (e. g. to "Paste One Folder"). To prevent that the size of the toolbar changes // due to the long text, the text "Paste" is used: paste->setIconText(i18nc("@action:inmenu Edit", "Paste")); Please observe "is modified dynamically" in the comment, i. e. you will never see "Paste" in the GUI and especially not in the Edit menu. > > That is the way the items are already described on > > https://docs.kde.org/trunk5/en/applications/dolphin/command-reference.html > > OK. I needed a pause... -- You are receiving this mail because: You are watching all bug changes.