Date difference: display the difference in days (only) when we aren't able to calculate the difference in days/weeks/months.. (#555)
* Display date difference in days if can't display in days/weeks/months/... * add comments * remove not used variable totalDaysDiff * improve UpdateDisplayResult * Display error message when the calculator can't calculate the difference between 2 dates
This commit is contained in:
@@ -3399,4 +3399,8 @@
|
||||
<value>Scroll Calculation Result Right</value>
|
||||
<comment>Automation label for the "Scroll Right" button that appears when a calculation result is too large to fit in calculation result text box.</comment>
|
||||
</data>
|
||||
</root>
|
||||
<data name="CalculationFailed" xml:space="preserve">
|
||||
<value>Calculation failed</value>
|
||||
<comment>Text displayed when the application is not able to do a calculation</comment>
|
||||
</data>
|
||||
</root>
|
||||
|
Reference in New Issue
Block a user