mirror of
https://github.com/vim/vim.git
synced 2025-11-10 10:47:23 -05:00
patch 9.0.1523: some error messages are not marked for translation
Problem: Some error messages are not marked for translation. Solution: Surround the messages in _(). (closes #12356)
This commit is contained in:
@@ -1526,7 +1526,7 @@ pum_show_popupmenu(vimmenu_T *menu)
|
||||
// pum_size being zero.
|
||||
if (pum_size <= 0)
|
||||
{
|
||||
emsg(e_menu_only_exists_in_another_mode);
|
||||
emsg(_(e_menu_only_exists_in_another_mode));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user