Tweak period location in error messages

This commit is contained in:
Kevin Sawicki
2013-01-11 15:53:35 -08:00
parent 65df35c351
commit 8a9f7200d2

View File

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