From cd49eee41f25d70776e66da3daf9887c7ecd2c42 Mon Sep 17 00:00:00 2001 From: ehengao Date: Thu, 8 Feb 2018 01:19:01 -0600 Subject: [PATCH] _ is not defined anywhere in the module --- notebook/services/contents/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/services/contents/manager.py b/notebook/services/contents/manager.py index 3f1a67241..df2eaa638 100644 --- a/notebook/services/contents/manager.py +++ b/notebook/services/contents/manager.py @@ -70,7 +70,7 @@ class ContentsManager(LoggingConfigurable): Glob patterns to hide in file and directory listings. """) - untitled_notebook = Unicode(_("Untitled"), config=True, + untitled_notebook = Unicode("Untitled", config=True, help="The base name used when creating untitled notebooks." )