[gnome-control-center] info: Make "updates" button labels clearer
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] info: Make "updates" button labels clearer
- Date: Fri, 26 Aug 2011 15:19:51 +0000 (UTC)
commit 2d975bd678761aaa8b8eda49856945c058e5d024
Author: Bastien Nocera <hadess hadess net>
Date: Fri Aug 26 16:17:59 2011 +0100
info: Make "updates" button labels clearer
"System Up-To-Date" when there's nothing to update,
"Install Updates" when there is something to install,
"Checking for Updates" when, well, doing that.
https://bugzilla.gnome.org/show_bug.cgi?id=657007
panels/info/cc-info-panel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 0ee35e0..9e72e2a 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -1218,11 +1218,11 @@ refresh_update_button (CcInfoPanel *self)
break;
case UPDATES_AVAILABLE:
gtk_widget_set_sensitive (widget, TRUE);
- gtk_button_set_label (GTK_BUTTON (widget), _("Updates Available"));
+ gtk_button_set_label (GTK_BUTTON (widget), _("Install Updates"));
break;
case UPDATES_NOT_AVAILABLE:
gtk_widget_set_sensitive (widget, FALSE);
- gtk_button_set_label (GTK_BUTTON (widget), _("Nothing to Update"));
+ gtk_button_set_label (GTK_BUTTON (widget), _("System Up-To-Date"));
break;
case CHECKING_UPDATES:
gtk_widget_set_sensitive (widget, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]