Magellan Linux

Diff of /trunk/installer-simple/functions/installer-dialogs.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2420 by niro, Tue Jan 7 13:47:35 2014 UTC revision 2421 by niro, Tue Jan 7 13:50:50 2014 UTC
# Line 7  finish() Line 7  finish()
7  {  {
8   OK_LABEL=$"Exit" messagebox -y 10 -x 70 -h $"Finish" $"Installation was successfully finished."   OK_LABEL=$"Exit" messagebox -y 10 -x 70 -h $"Finish" $"Installation was successfully finished."
9  }  }
10    
11    dialog_no_harddrive_found()
12    {
13     OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed."
14    }

Legend:
Removed from v.2420  
changed lines
  Added in v.2421