_ is not defined anywhere in the module

This commit is contained in:
ehengao 2018-02-08 01:19:01 -06:00 committed by GitHub
parent e250b0b7bf
commit cd49eee41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
)