From 2711a9bc95bf1cb73697dd8f76b970632776f617 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 28 Jun 2016 11:52:55 +0200 Subject: [PATCH] Changed name of plugin to better describe what it's doing CURA-49 --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 711b7caf93..b030fe61e6 100644 --- a/__init__.py +++ b/__init__.py @@ -8,9 +8,9 @@ catalog = i18nCatalog("cura") def getMetaData(): return { "plugin": { - "name": "Wifi connection", + "name": "UM3 Network Connection", "author": "Ultimaker", - "description": catalog.i18nc("Wifi connection", "Wifi connection"), + "description": catalog.i18nc("Wifi connection", "UM3 Network Connection"), "api": 3 } }