cleaning up translation strings
This commit is contained in:
parent
bc6e160493
commit
e0a594abb2
10 changed files with 349 additions and 13 deletions
|
|
@ -386,11 +386,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
var overlayMinusTargetRect = new CombinePaths(dimRegion, targetRect);
|
||||
graphics.Render(overlayMinusTargetRect, new Color(Color.Black, alpha));
|
||||
|
||||
string toolTitle = string.Format("{0} {1}", "Tool ".Localize(), toolIndex + 1);
|
||||
string toolTitle = string.Format("{0} {1}", "Tool".Localize(), toolIndex + 1);
|
||||
|
||||
if (toolIndex == 2)
|
||||
{
|
||||
toolTitle = "Tools ".Localize() + "1 & 2";
|
||||
toolTitle = "Tools".Localize() + " 1 & 2";
|
||||
}
|
||||
|
||||
var stringPrinter = new TypeFacePrinter(toolTitle, theme.DefaultFontSize, bold: true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue