Skip to content

Commit 876f30f

Browse files
dvdvideo1234pkulchenko
authored andcommitted
Fixed: Debug suspension in BG (closes pkulchenko#897).
1 parent 36a4e03 commit 876f30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/i18n/bg.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ return {
114114
["Debugger server stopped at %s:%d."] = "Сървърен дебъгер спрян %s:%d.", -- src\editor\debugger.lua
115115
["Debugging session completed (%s)."] = "Дебъг сесия завършена (%s).", -- src\editor\debugger.lua
116116
["Debugging session started in '%s'."] = "Дебъг сесия сатритрана '%s'.", -- src\editor\debugger.lua
117-
["Debugging suspended at '%s:%s' (couldn't activate the file)."] = "Дебъга увизна '%s:%s' (невъзможно активирането на файла).", -- src\editor\debugger.lua
117+
["Debugging suspended at '%s:%s' (couldn't activate the file)."] = "Дебъга увисна '%s:%s' (невъзможно активирането на файла).", -- src\editor\debugger.lua
118118
["Detach &Process"] = "Разкачи процес", -- src\editor\menu_project.lua
119119
["Disable Indexing For '%s'"] = "Забрани Индексирането За '%s'", -- src\editor\outline.lua
120120
["Do you want to delete '%s'?"] = "Искате ли да изтриете '%s'?", -- src\editor\filetree.lua

0 commit comments

Comments
 (0)