Merge pull request #838 from rytz/master

adding colon to estimated print time, removing extra 'BCN' in model name
This commit is contained in:
Lars Brubaker 2016-06-02 08:02:07 -07:00
commit e3e16a75a9
6 changed files with 1 additions and 1 deletions

View file

@ -395,7 +395,7 @@ namespace MatterHackers.MatterControl.ActionBar
int totalMinutesInPrint = (int)(totalSecondsInPrint / 60 - totalHoursInPrint * 60);
totalSecondsInPrint = totalSecondsInPrint % 60;
string totalTimeLabel = LocalizedString.Get("Estimated Print Time");
string totalTimeLabel = LocalizedString.Get("Estimated Print Time:");
string calculatingLabel = LocalizedString.Get("Calculating...");
string totalPrintTimeText;