From 7fa34916160f3c6fa6c48131c9f431aa055ea05c Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Tue, 24 Jul 2018 18:03:10 +0100 Subject: [PATCH] Make it clear that we're append the content of a schematic. Fixes: lp:1563477 * https://bugs.launchpad.net/kicad/+bug/1563477 --- eeschema/menubar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/menubar.cpp b/eeschema/menubar.cpp index 208bb8d220..5a7a93eace 100644 --- a/eeschema/menubar.cpp +++ b/eeschema/menubar.cpp @@ -405,7 +405,7 @@ void prepareFilesMenu( wxMenu* aParentMenu, bool aIsOutsideProject ) aParentMenu->AppendSeparator(); AddMenuItem( aParentMenu, ID_APPEND_PROJECT, - _( "App&end Schematic Sheet..." ), + _( "App&end Schematic Sheet Content..." ), _( "Import schematic sheet content from another project to current sheet" ), KiBitmap( add_document_xpm ) );