Skip to content

Commit

Permalink
[23_25] Ban translate in left footer and right footer
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Jan 17, 2024
1 parent 0522cf6 commit fc9126d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Edit/Interface/edit_footer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

void
edit_interface_rep::set_left_footer (tree l) {
SERVER (set_left_footer (translate (l)));
SERVER (set_left_footer (serialize (tree_translate (l, "english", "english"))));
}

void
Expand Down Expand Up @@ -99,7 +99,7 @@ edit_interface_rep::set_left_footer () {

void
edit_interface_rep::set_right_footer (tree r) {
SERVER (set_right_footer (serialize (r)));
SERVER (set_right_footer (serialize (tree_translate (r, "english", "english"))));
}

tree
Expand Down

0 comments on commit fc9126d

Please sign in to comment.