From b7edc464b02151adae7846ea14dd3e69ed76333e Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Tue, 7 Feb 2017 16:37:26 -0500 Subject: [PATCH] kicad: menu bar UI compliance tweaks --- kicad/menubar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kicad/menubar.cpp b/kicad/menubar.cpp index c57f68d64a..7b247eeade 100644 --- a/kicad/menubar.cpp +++ b/kicad/menubar.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2015 Jean-Pierre Charras, jp.charras at wanadoo.fr * Copyright (C) 2009-2015 Wayne Stambaugh - * Copyright (C) 1992-2016 KiCad Developers, see AUTHORS.txt for contributors. + * Copyright (C) 1992-2017 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -263,7 +263,7 @@ void KICAD_MANAGER_FRAME::ReCreateMenuBar() fileMenu->AppendSeparator(); AddMenuItem( fileMenu, ID_SAVE_AND_ZIP_FILES, - _( "&Archive Current Project" ), + _( "&Archive Current Project..." ), _( "Archive project files in zip archive" ), KiBitmap( zip_xpm ) );