Merge pull request #2665 from adl1995/patch-2

Remove space before ? in prompt message
This commit is contained in:
Thomas Kluyver 2017-07-19 12:34:08 +01:00 committed by GitHub
commit bcd0a1c638

View File

@ -2734,7 +2734,7 @@ define([
title: i18n.msg._("Notebook changed"),
body: i18n.msg._("The notebook file has changed on disk since the last time we opened or saved it. "
+ "Do you want to overwrite the file on disk with the version open here, or load "
+ "the version on disk (reload the page) ?"),
+ "the version on disk (reload the page)?"),
buttons: {
Reload: {
class: 'btn-warning',