From e7daaf9c463eaa6f3b3eb28a9a0404cc7b29e883 Mon Sep 17 00:00:00 2001 From: dalthviz Date: Wed, 29 Mar 2017 14:54:21 -0500 Subject: [PATCH] Changes the name of the plugin. --- spyder_notebook/notebookplugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spyder_notebook/notebookplugin.py b/spyder_notebook/notebookplugin.py index f23f59a3..00100732 100644 --- a/spyder_notebook/notebookplugin.py +++ b/spyder_notebook/notebookplugin.py @@ -3,7 +3,7 @@ # Copyright (c) Spyder Project Contributors # Licensed under the terms of the MIT License -"""Jupyter Notebook plugin.""" +"""Notebook plugin.""" # Stdlib imports import os.path as osp @@ -102,7 +102,7 @@ def update_font(self): # ------ SpyderPluginWidget API ------------------------------------------- def get_plugin_title(self): """Return widget title.""" - title = _('Jupyter Notebook') + title = _('Notebook') return title def get_plugin_icon(self):