mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Tweak period location in error messages
This commit is contained in:
@@ -226,7 +226,7 @@ class TreeView extends ScrollView
|
||||
fs.move(oldPath, newPath)
|
||||
dialog.close()
|
||||
catch e
|
||||
dialog.showError("Error: #{e.message}. Try a different path")
|
||||
dialog.showError("Error: #{e.message} Try a different path.")
|
||||
|
||||
@rootView.append(dialog)
|
||||
|
||||
@@ -272,7 +272,7 @@ class TreeView extends ScrollView
|
||||
@rootView.open(path)
|
||||
dialog.close()
|
||||
catch e
|
||||
dialog.showError("Error: #{e.message}. Try a different path")
|
||||
dialog.showError("Error: #{e.message} Try a different path.")
|
||||
|
||||
@rootView.append(dialog)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user