Browse Source

Fix incorrect declaration of a translatable string.

pull/10/merge
jean-pierre charras 9 years ago
parent
commit
0d2634fe2d
  1. 2
      eeschema/menubar.cpp

2
eeschema/menubar.cpp

@ -383,7 +383,7 @@ void prepareFilesMenu( wxMenu* aParentMenu, bool aIsOutsideProject )
// Plot submenu
wxMenu* choice_plot_fmt = new wxMenu;
AddMenuItem( choice_plot_fmt, ID_GEN_PLOT_SCHEMATIC, _( u8"&Plot" ),
AddMenuItem( choice_plot_fmt, ID_GEN_PLOT_SCHEMATIC, _( "&Plot" ),
_( "Plot schematic sheet in PostScript, PDF, SVG, DXF or HPGL format" ),
KiBitmap( plot_xpm ) );

Loading…
Cancel
Save