We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9597d4e commit 6c4294dCopy full SHA for 6c4294d
src/app/pane.coffee
@@ -163,7 +163,7 @@ class Pane extends View
163
uri = item.getUri()
164
atom.confirm(
165
"'#{item.getTitle?() ? item.getUri()}' has changes, do you want to save them?"
166
- "Your changes will be lost if close this item without saving."
+ "Your changes will be lost if you close this item without saving."
167
"Save", => @saveItem(item, nextAction)
168
"Cancel", cancelAction
169
"Don't Save", nextAction
0 commit comments