From be54f357ebc22941696dc311c43ab9cce5f92127 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 3 Jun 2019 18:27:17 +0200 Subject: [PATCH] Better tooltip, more easy to translate --- pcbnew/tools/pcbnew_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/pcbnew_control.cpp b/pcbnew/tools/pcbnew_control.cpp index c07c817cda..cf97672d2d 100644 --- a/pcbnew/tools/pcbnew_control.cpp +++ b/pcbnew/tools/pcbnew_control.cpp @@ -114,7 +114,7 @@ TOOL_ACTION PCB_ACTIONS::zoneDisplayDisable( "pcbnew.Control.zoneDisplayDisable" TOOL_ACTION PCB_ACTIONS::zoneDisplayOutlines( "pcbnew.Control.zoneDisplayOutlines", AS_GLOBAL, 0, - _( "Sketch Zones" ), _( "Outline filled areas of zones" ), + _( "Sketch Zones" ), _( "Show solid areas of zones in outline mode" ), show_zone_outline_only_xpm);