~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to ui/reboot-dialog.ui

  • Committer: Scott Ritchie
  • Date: 2009-09-10 10:20:07 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: scott@scott-laptop-20090910102007-snvcldi7zrpxwomg
Simplify text in reboot dialog (LP: #397324)

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
                      <object class="GtkLabel" id="label_message">
208
208
                        <property name="visible">True</property>
209
209
                        <property name="can_focus">True</property>
210
 
                        <property name="label" translatable="yes">&lt;span weight="bold" size="larger"&gt;Restart Required&lt;/span&gt;
211
 
 
212
 
In order to complete the update of your system it needs to be restarted.
213
 
 
214
 
Until you do so, security updates may not be fully applied, newly inserted or supported hardware may not function and new services may not be available.
215
 
 
216
 
Please make sure that you save all of your work before restarting.</property>
 
210
                        <property name="label" translatable="yes">The computer needs to restart to finish installing updates. Please save your work before continuing.</property>
217
211
                        <property name="use_underline">False</property>
218
212
                        <property name="use_markup">True</property>
219
213
                        <property name="justify">GTK_JUSTIFY_LEFT</property>