aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2010-02-19 15:38:00 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2010-02-19 15:38:00 +0000
commit75179dc072a91f7dfc7fc62259c5838923b40f22 (patch)
tree0faf51e2ffcc358c2cd7b10bb3d78c9cc1076616
parent0bae0a393bd528d6e198e8a1f09ca97f0c7fd6b9 (diff)
downloadmsec-75179dc072a91f7dfc7fc62259c5838923b40f22.tar
msec-75179dc072a91f7dfc7fc62259c5838923b40f22.tar.gz
msec-75179dc072a91f7dfc7fc62259c5838923b40f22.tar.bz2
msec-75179dc072a91f7dfc7fc62259c5838923b40f22.tar.xz
msec-75179dc072a91f7dfc7fc62259c5838923b40f22.zip
Updated message for system update.
-rwxr-xr-xsrc/msec/msecgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py
index 844c297..7eec960 100755
--- a/src/msec/msecgui.py
+++ b/src/msec/msecgui.py
@@ -625,7 +625,7 @@ class MsecGui:
updates = tools.get_updates_status(log)
label = gtk.Label(updates)
v.pack_start(label, False, False)
- button = gtk.Button(_("Configure.."))
+ button = gtk.Button(_("Update now"))
button.connect('clicked', self.run_configure_app, tools.UPDATE_CMD)
# size groups
sizegroup1.add_widget(label)