[gparted] Improve English grammar: amount -> number (#650237)



commit f188974a6c75f5b604957e2db5545f60f7096a48
Author: Curtis Gedak <gedakc gmail com>
Date:   Tue May 24 11:53:08 2011 -0600

    Improve English grammar: amount -> number (#650237)
    
    Closes Bug #650237 - Grammar error: amount -> number

 src/Dialog_Progress.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dialog_Progress.cc b/src/Dialog_Progress.cc
index d8b3616..0131c12 100644
--- a/src/Dialog_Progress.cc
+++ b/src/Dialog_Progress.cc
@@ -45,7 +45,7 @@ Dialog_Progress::Dialog_Progress( const std::vector<Operation *> & operations )
 	vbox ->set_border_width( 10 ) ;
 	this ->get_vbox() ->pack_start( *vbox, Gtk::PACK_SHRINK ) ;
 
-	Glib::ustring str_temp = _("Depending on the amount and type of operations this might take a long time.") ;
+	Glib::ustring str_temp = _("Depending on the number and type of operations this might take a long time.") ;
 	str_temp += "\n";
 	vbox ->pack_start( * Utils::mk_label( str_temp ), Gtk::PACK_SHRINK );
 



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