[gnome-packagekit] Reduce the size of two of the messagebox titles
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-packagekit] Reduce the size of two of the messagebox titles
- Date: Tue, 28 Jul 2009 15:28:55 +0000 (UTC)
commit 22f45f3299792cfadd47824f3021126071a5cb01
Author: Richard Hughes <richard hughsie com>
Date: Tue Jul 28 11:43:32 2009 +0100
Reduce the size of two of the messagebox titles
src/gpk-enum.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-enum.c b/src/gpk-enum.c
index 52af3d0..5ea4575 100644
--- a/src/gpk-enum.c
+++ b/src/gpk-enum.c
@@ -753,10 +753,10 @@ gpk_restart_enum_to_localised_text (PkRestartEnum restart)
text = _("You need to restart the application.");
break;
case PK_RESTART_ENUM_SECURITY_SESSION:
- text = _("You need to log out and log back in to remain secure, as important security updates have recently been installed.");
+ text = _("You need to log out and log back in to remain secure.");
break;
case PK_RESTART_ENUM_SECURITY_SYSTEM:
- text = _("A restart is required to remain secure, as important security updates have recently been installed.");
+ text = _("A restart is required to remain secure.");
break;
default:
egg_warning ("restart unrecognised: %i", restart);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]