Skip to content

Commit 41c6fcd

Browse files
committed
fix: restore comment language
1 parent a27d5cc commit 41c6fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/CannedMessageModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ int32_t CannedMessageModule::runOnce()
16571657
case 0x08: // backspace
16581658
if (this->freetext.length() > 0) {
16591659
if (this->cursor > 0) {
1660-
// удаляем предыдущий UTF-8 кодовый символ
1660+
// Delete the previous UTF-8 character
16611661
int prev = utf8_prev_index(this->freetext, this->cursor);
16621662
if (this->cursor == this->freetext.length()) {
16631663
this->freetext = this->freetext.substring(0, prev);

0 commit comments

Comments
 (0)