RemindMe plugin doesn't show minutes correctly

Bug #599673 reported by tnf
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Do Plugins
Fix Released
Low
Unassigned

Bug Description

If you use RemindMe to enter a task that is more than 1h in the future the response message is wrong. E.g. if I enter a task 1h 15m in the future the shown message is "You will be reminded in 1 hours, 1 minute". The problem is caused by line 75 in RemindMe.cs (in version 0.8.2): instead of

remindMessageHourMin = AddinManager.CurrentLocalizer.GetString ("You will be reminded in {0} hours, {0} minutes.");

it should be

remindMessageHourMin = AddinManager.CurrentLocalizer.GetString ("You will be reminded in {0} hours, {1} minutes.");

Revision history for this message
Robert Dyer (psybers) wrote :

Fixed in rev 686.

Changed in do-plugins:
importance: Undecided → Low
status: New → Fix Committed
Changed in do-plugins:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.