Rename other entries of the Toolbox to Marketplace.

Add a line in the Changelog indicating that the Toolbox was renamed.

Contributes to CURA-5874.
This commit is contained in:
Diego Prado Gesto 2018-10-31 09:45:29 +01:00
parent e2254fe039
commit 33da50df26
5 changed files with 20 additions and 17 deletions

View file

@ -52,7 +52,7 @@ class PackagesModel(ListModel):
items = []
if self._metadata is None:
Logger.logException("w", "Failed to load packages for Toolbox")
Logger.logException("w", "Failed to load packages for Marketplace")
self.setItems(items)
return