Removed a bunch of "successfully", replaced an ellipsis, and some deviant spellings of KOReader.

This commit is contained in:
Frans de Jonge
2016-04-16 12:21:49 +02:00
parent 6f02b2ca2a
commit 5638819f25
10 changed files with 19 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ describe("FileManager module", function()
assert.is_not_nil(lfs.attributes(tmp_history))
UIManager.show = function(self, w)
assert.Equals(w.text, "Successfully deleted "..tmp_fn)
assert.Equals(w.text, "Deleted "..tmp_fn)
end
filemanager:deleteFile(tmp_fn)
UIManager.show = old_show
@@ -90,7 +90,7 @@ describe("FileManager module", function()
assert.is_not_nil(lfs.attributes(tmp_history))
UIManager.show = function(self, w)
assert.Equals(w.text, "Successfully deleted "..tmp_fn)
assert.Equals(w.text, "Deleted "..tmp_fn)
end
filemanager:deleteFile(tmp_fn)
UIManager.show = old_show