mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-15 15:32:51 +03:00
More work to get better i18n support.
This commit is contained in:
@@ -310,7 +310,7 @@ bool FormatterPlugin::onCreateContextMenu( UICodeEditor* editor, UIPopUpMenu* me
|
||||
return false;
|
||||
|
||||
menu->addSeparator();
|
||||
menu->add( editor->getUISceneNode()->i18n( "formatter-format-document", "Format Document" ),
|
||||
menu->add( editor->getUISceneNode()->i18n( "formatter_format_document", "Format Document" ),
|
||||
nullptr, KeyBindings::keybindFormat( mKeyBindings["format-doc"] ) )
|
||||
->setId( "format-doc" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user