FS#25656 - [lib-ui] typing errors

Attached to Project: Release Engineering
Opened by Jakob Matthes (jakobm) - Thursday, 18 August 2011, 21:16 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Monday, 26 November 2012, 04:42 GMT
Task Type Bug Report
Category AIF
Status Closed
Assigned To No-one
Architecture All
Severity Very Low
Priority Normal
Reported Version testbuild (specify!)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

src/core/libs/lib-ui-interactive.sh line 20

reads:
show_warning "Cannot Continue. Going back to $2" "You must do $subject first before going here!." && return 1

should be:
show_warning "Cannot continue. Going back to $2" "You must do $subject first before going here!" && return 1
(I am not sure about the double space given it is in the caption.)
This task depends upon

Closed by  Gerardo Exequiel Pozzi (djgera)
Monday, 26 November 2012, 04:42 GMT
Reason for closing:  Deferred

Loading...