_ is not defined anywhere in the module

ehengao 8 years ago committed by GitHub
parent e250b0b7bf
commit cd49eee41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save