Skip to content

Commit

Permalink
Text editor main: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
hius07 authored Nov 3, 2024
1 parent 45ca0b2 commit 4c0caa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/texteditor.koplugin/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function TextEditor:checkEditFile(file_path, from_history, possibly_new_file, ca
local attr = lfs.attributes(file_path)
if not possibly_new_file and not attr then
UIManager:show(ConfirmBox:new{
text = T(_("This file does not exist anymore:\n\n%1\n\nDo you want to create it and start editing it?"), BD.filepath(file_path)),
text = T(_("This file does not exist:\n\n%1\n\nDo you want to create it and start editing it?"), BD.filepath(file_path)),
ok_text = _("Create"),
ok_callback = function()
-- go again thru there with possibly_new_file=true
Expand Down

0 comments on commit 4c0caa2

Please sign in to comment.