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

Closes Bug #650237 - Grammar error: amount -> number
This commit is contained in:
Curtis Gedak 2011-05-24 11:53:08 -06:00
parent cdbede1727
commit f188974a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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 );