[gnome-packagekit] trivial: make the distro restart dialog a bit nicer
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] trivial: make the distro restart dialog a bit nicer
- Date: Fri, 5 Nov 2010 17:39:35 +0000 (UTC)
commit bccf9e0235ffe7c64832bbe9336d9c359b2fb24d
Author: Richard Hughes <richard hughsie com>
Date: Fri Nov 5 17:39:31 2010 +0000
trivial: make the distro restart dialog a bit nicer
src/gpk-distro-upgrade.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-distro-upgrade.c b/src/gpk-distro-upgrade.c
index 78d9db5..5db5b02 100644
--- a/src/gpk-distro-upgrade.c
+++ b/src/gpk-distro-upgrade.c
@@ -147,7 +147,10 @@ gpk_distro_upgrade_upgrade_system_cb (PkClient *client, GAsyncResult *res, GpkDi
GTK_BUTTONS_CLOSE,
"%s", _("The upgrade completed successfully"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
- "%s", _("To continue the system upgrade, you will need to restart this computer."));
+ "%s\n\n%s %s",
+ _("Your system now has the required software needed to complete the operating system upgrade."),
+ _("When you are ready, you can restart your system and continue the upgrade process."),
+ _("Make sure you have saved any unsaved work before restarting."));
/* check with ConsoleKit we can restart */
ret = egg_console_kit_can_restart (priv->console_kit, &can_restart, &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]