From 220abd2cdcb2cab672a53b69b415a7ff3ea95865 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 12 Sep 2016 13:49:00 +0200 Subject: [PATCH] Fix i18n context --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index b030fe61e6..6b7457ad36 100644 --- a/__init__.py +++ b/__init__.py @@ -10,7 +10,7 @@ def getMetaData(): "plugin": { "name": "UM3 Network Connection", "author": "Ultimaker", - "description": catalog.i18nc("Wifi connection", "UM3 Network Connection"), + "description": catalog.i18nc("@info:whatsthis", "Manages network connections to Ultimaker 3 printers"), "api": 3 } }