diff options
-rw-r--r-- | devel/requirements/3_functional.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index 41acefc..76031e4 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -966,10 +966,6 @@ <title>UI.Finish.Save.Error</title> <para>If an error occurs while saving the HorizonScript and log files, the system shall display a message explaining the error, and allow the User to choose a different storage location.</para> </formalpara> - <formalpara id="UI.Finish.RemoveMedia"> - <title>UI.Finish.RemoveMedia</title> - <para>The system shall prompt the User to remove any installation media used, including optical media.</para> - </formalpara> <formalpara id="UI.Finish.Buttons"> <title>UI.Finish.Buttons</title> <para>The system shall only display a single button: Complete, which uses the same keyboard accelerator as the Next button. The Complete button shall cause the system to reboot.</para> @@ -978,6 +974,10 @@ <title>UI.Finish.Automatic</title> <para>If the system is using a HorizonScript loaded from a file or network location, then the system shall automatically reboot the computer in 15 seconds.</para> </formalpara> + <formalpara id="UI.Finish.RemoveMedia"> + <title>UI.Finish.RemoveMedia</title> + <para>If the system is not using a HorizonScript loaded from a file or network location, then the system shall prompt the User to remove any installation media used, including optical media, as part of the shutdown routine.</para> + </formalpara> </section> </section> </section> |