[network-manager-applet] editor: fix tooltip on the Apply... button (bgo #619469)



commit 522f033725ec894cc733ce64d67de8263d66ec18
Author: Dan Williams <dcbw redhat com>
Date:   Mon May 24 00:05:30 2010 -0700

    editor: fix tooltip on the Apply... button (bgo #619469)

 src/connection-editor/nm-connection-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c
index 47568d7..8c660c5 100644
--- a/src/connection-editor/nm-connection-editor.c
+++ b/src/connection-editor/nm-connection-editor.c
@@ -417,7 +417,7 @@ nm_connection_editor_new (NMConnection *connection,
 	}
 
 	editor->ok_button = ce_polkit_button_new (_("Apply"),
-	                                          _("Save this connection for all users of this machine."),
+	                                          _("Save any changes made to this connection."),
 	                                          _("Apply..."),
 	                                          _("Authenticate to save this connection for all users of this machine."),
 	                                          GTK_STOCK_APPLY,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]