Merge pull request #838 from rytz/master
adding colon to estimated print time, removing extra 'BCN' in model name
This commit is contained in:
commit
e3e16a75a9
6 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue