#981443 kde-cli-tools-data: 'trash:' protocol designator incorrectly translated to 'wastebin:' in en_GB locale

#981443#5
Date:
2021-01-31 11:19:29 UTC
From:
To:
When running kioclient5 under the en_GB locale, it incorrectly displays
the protocol specifier 'trash:' as 'wastebin:'

$ LANG=en_GB.UTF-8 kioclient5 --commands
...
  kioclient5 move 'src' 'dest'
            # Moves the URL 'src' to 'dest'.
            #   'src' may be a list of URLs.

            #   'dest' may be "wastebin:/" to move the files
            #   to the wastebin.
...

The 'wastebin:' protocol is undefined and does not work.

The incorrect translation in /usr/share/locale/en_GB/LC_MESSAGES/kioclient5.mo
should be replaced with 'trash:'