Simon, I merged your patch.
Thanks, Wayne On 12/15/2017 6:37 AM, Simon Richter wrote: > > This replaces all single and angle bracket quotes in UI messages with > double quotes, for consistency. > > Sorry to all translators. > --- > bitmap2component/bitmap2cmp_gui.cpp | 8 ++--- > common/basicframe.cpp | 16 +++++----- > common/common.cpp | 6 ++-- > common/dialogs/dialog_env_var_config.cpp | 2 +- > common/dialogs/dialog_page_settings.cpp | 6 ++-- > common/dialogs/wx_html_report_panel.cpp | 2 +- > common/dsnlexer.cpp | 10 +++--- > common/eda_doc.cpp | 4 +-- > common/exceptions.cpp | 2 +- > common/footprint_info.cpp | 2 +- > common/fp_lib_table.cpp | 6 ++-- > common/gestfich.cpp | 6 ++-- > common/kiway.cpp | 6 ++-- > common/project.cpp | 4 +-- > common/richio.cpp | 6 ++-- > common/tool/tool_manager.cpp | 2 +- > common/widgets/widget_hotkey_list.cpp | 2 +- > cvpcb/autosel.cpp | 4 +-- > cvpcb/cfg.cpp | 2 +- > cvpcb/class_DisplayFootprintsFrame.cpp | 6 ++-- > cvpcb/cvpcb_mainframe.cpp | 4 +-- > cvpcb/dialogs/dialog_config_equfiles.cpp | 4 +-- > cvpcb/readwrite_dlgs.cpp | 6 ++-- > eeschema/backanno.cpp | 2 +- > eeschema/block.cpp | 2 +- > eeschema/class_library.cpp | 10 +++--- > eeschema/cmp_tree_model_adapter_base.cpp | 2 +- > eeschema/dialogs/dialog_bom.cpp | 2 +- > eeschema/dialogs/dialog_edit_component_in_lib.cpp | 10 +++--- > .../dialogs/dialog_edit_component_in_schematic.cpp | 12 ++++---- > eeschema/dialogs/dialog_edit_components_libid.cpp | 2 +- > .../dialogs/dialog_global_sym_lib_table_config.cpp | 8 ++--- > eeschema/dialogs/dialog_plot_schematic.cpp | 4 +-- > eeschema/dialogs/dialog_sym_lib_table.cpp | 4 +-- > eeschema/dialogs/dialog_symbol_remap.cpp | 26 ++++++++-------- > eeschema/edit_bitmap.cpp | 4 +-- > eeschema/erc.cpp | 8 ++--- > eeschema/files-io.cpp | 30 +++++++++--------- > eeschema/getpart.cpp | 2 +- > eeschema/lib_export.cpp | 16 +++++----- > eeschema/libarch.cpp | 2 +- > eeschema/libedit.cpp | 16 +++++----- > eeschema/libedit_plot_component.cpp | 2 +- > eeschema/libeditframe.cpp | 6 ++-- > eeschema/libfield.cpp | 6 ++-- > .../netlist_exporters/netlist_exporter_cadstar.cpp | 2 +- > .../netlist_exporter_orcadpcb2.cpp | 2 +- > eeschema/plot_schematic_DXF.cpp | 4 +-- > eeschema/plot_schematic_HPGL.cpp | 4 +-- > eeschema/plot_schematic_PDF.cpp | 4 +-- > eeschema/plot_schematic_PS.cpp | 4 +-- > eeschema/plot_schematic_SVG.cpp | 4 +-- > eeschema/project_rescue.cpp | 2 +- > eeschema/sch_base_frame.cpp | 2 +- > eeschema/sch_eagle_plugin.cpp | 4 +-- > eeschema/sch_io_mgr.cpp | 4 +-- > eeschema/sch_legacy_plugin.cpp | 12 ++++---- > eeschema/sch_plugin.cpp | 2 +- > eeschema/schframe.cpp | 6 ++-- > eeschema/selpart.cpp | 4 +-- > eeschema/sheet.cpp | 20 ++++++------ > eeschema/sim/spice_value.cpp | 2 +- > eeschema/symbedit.cpp | 10 +++--- > eeschema/symbol_lib_table.cpp | 6 ++-- > gerbview/events_called_functions.cpp | 2 +- > gerbview/export_to_pcbnew.cpp | 2 +- > gerbview/files.cpp | 6 ++-- > gerbview/gerbview_frame.cpp | 2 +- > gerbview/onrightclick.cpp | 6 ++-- > gerbview/readgerb.cpp | 2 +- > gerbview/tools/selection_tool.cpp | 6 ++-- > kicad/class_treeproject_item.cpp | 2 +- > kicad/files-io.cpp | 14 ++++----- > kicad/prjconfig.cpp | 4 +-- > kicad/project_template.cpp | 4 +-- > kicad/tree_project_frame.cpp | 2 +- > new/sch_lib.cpp | 2 +- > pagelayout_editor/files.cpp | 14 ++++----- > pagelayout_editor/pl_editor.cpp | 2 +- > pagelayout_editor/pl_editor_frame.cpp | 10 +++--- > pcb_calculator/pcb_calculator_frame.cpp | 2 +- > pcb_calculator/regulators_funct.cpp | 2 +- > pcbnew/board_netlist_updater.cpp | 2 +- > pcbnew/build_BOM_from_board.cpp | 2 +- > pcbnew/class_board.cpp | 6 ++-- > pcbnew/cross-probing.cpp | 2 +- > pcbnew/dialogs/dialog_SVG_print.cpp | 6 ++-- > pcbnew/dialogs/dialog_drc.cpp | 4 +-- > pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp | 2 +- > pcbnew/dialogs/dialog_exchange_modules.cpp | 12 ++++---- > pcbnew/dialogs/dialog_export_vrml.cpp | 2 +- > pcbnew/dialogs/dialog_find.cpp | 4 +-- > pcbnew/dialogs/dialog_fp_lib_table.cpp | 4 +-- > pcbnew/dialogs/dialog_fp_plugin_options.cpp | 2 +- > pcbnew/dialogs/dialog_gendrill.cpp | 2 +- > pcbnew/dialogs/dialog_plot.cpp | 6 ++-- > pcbnew/dialogs/wizard_add_fplib.cpp | 2 +- > pcbnew/drc.cpp | 20 ++++++------ > pcbnew/eagle_plugin.cpp | 10 +++--- > pcbnew/exporters/export_gencad.cpp | 2 +- > pcbnew/exporters/gen_modules_placefile.cpp | 14 ++++----- > pcbnew/exporters/gerber_jobfile_writer.cpp | 4 +-- > pcbnew/files.cpp | 26 ++++++++-------- > pcbnew/github/github_getliblist.cpp | 4 +-- > pcbnew/github/github_plugin.cpp | 18 +++++------ > pcbnew/gpcb_plugin.cpp | 20 ++++++------ > pcbnew/io_mgr.cpp | 4 +-- > pcbnew/kicad_netlist_reader.cpp | 2 +- > pcbnew/kicad_plugin.cpp | 32 +++++++++---------- > pcbnew/legacy_plugin.cpp | 36 > +++++++++++----------- > pcbnew/librairi.cpp | 32 +++++++++---------- > pcbnew/loadcmp.cpp | 8 ++--- > pcbnew/netlist.cpp | 8 ++--- > pcbnew/netlist_reader.cpp | 2 +- > pcbnew/pcb_parser.cpp | 24 +++++++-------- > pcbnew/pcbframe.cpp | 4 +-- > pcbnew/plugin.cpp | 2 +- > pcbnew/specctra_export.cpp | 4 +-- > tools/io_benchmark/stdstream_line_reader.cpp | 2 +- > tools/property_tree.cpp | 2 +- > 120 files changed, 406 insertions(+), 406 deletions(-) > > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : kicad-developers@lists.launchpad.net > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp