Skip to content

Commit 96901ce

Browse files
committed
Merge pull request LightTable#1078 from can3p/patch-1
Fix typo in reload message text, fixes LightTable#936
2 parents fe9103a + 472e98f commit 96901ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lt/objs/editor/pool.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
(when-not (doc/check-mtime (doc/->stats f) stat)
131131
(if (:dirty @ed)
132132
(active-warn ed {:header "This file has been modified."
133-
:body "This file seems to have been modified outside of Light Table. Do you want to load the latest and lose your changs?"
133+
:body "This file seems to have been modified outside of Light Table. Do you want to load the latest and lose your changes?"
134134
:buttons [{:label "Reload from disk"
135135
:action (fn []
136136
(reload ed))}

0 commit comments

Comments
 (0)