mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:9.0.1523: some error messages are not marked for translation (#23529)
Problem: Some error messages are not marked for translation.
Solution: Surround the messages in _(). (closes vim/vim#12356)
276410e78f
This commit is contained in:
@@ -1083,7 +1083,7 @@ void pum_show_popupmenu(vimmenu_T *menu)
|
||||
// When there are only Terminal mode menus, using "popup Edit" results in
|
||||
// pum_size being zero.
|
||||
if (pum_size <= 0) {
|
||||
emsg(e_menuothermode);
|
||||
emsg(_(e_menu_only_exists_in_another_mode));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user