gparted r969 - in trunk: . src



Author: gedakc
Date: Tue Nov 18 23:28:53 2008
New Revision: 969
URL: http://svn.gnome.org/viewvc/gparted?rev=969&view=rev

Log:
Renamed button to improve clarity of meaning

Modified:
   trunk/ChangeLog
   trunk/src/DialogFeatures.cc

Modified: trunk/src/DialogFeatures.cc
==============================================================================
--- trunk/src/DialogFeatures.cc	(original)
+++ trunk/src/DialogFeatures.cc	Tue Nov 18 23:28:53 2008
@@ -91,8 +91,8 @@
 	icon_yes = render_icon( Gtk::Stock::APPLY, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ; 
 	icon_no = render_icon( Gtk::Stock::CANCEL, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ; 
 
-	/*TO TRANSLATORS: This is a button that will search again for the software tools installed and then refresh the screen with the file system actions supported. */
-	add_button( _("Rescan Support"), Gtk::RESPONSE_OK );
+	/*TO TRANSLATORS: This is a button that will search for the software tools installed and then refresh the screen with the file system actions supported. */
+	add_button( _("Rescan For Supported Actions"), Gtk::RESPONSE_OK );
 	add_button( Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE ) ->grab_focus() ;
 	show_all_children() ;
 }



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