gparted r1110 - in trunk: . src



Author: gedakc
Date: Fri Mar 27 16:58:31 2009
New Revision: 1110
URL: http://svn.gnome.org/viewvc/gparted?rev=1110&view=rev

Log:
Updated translation and code comments

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

Modified: trunk/src/DMRaid.cc
==============================================================================
--- trunk/src/DMRaid.cc	(original)
+++ trunk/src/DMRaid.cc	Fri Mar 27 16:58:31 2009
@@ -199,9 +199,9 @@
 	//  Try both dmraid -ay and kpartx -a
 
 	Glib::ustring command ;
-	bool exit_status = true ;	//assume success
+	bool exit_status = true ;
 
-	/*TO TRANSLATORS: looks like  create /dev/mapper entries */ 
+	/*TO TRANSLATORS: looks like  create missing /dev/mapper entries */ 
 	Glib::ustring tmp = String::ucompose ( _("create missing %1 entries"), DEV_MAP_PATH ) ;
 	operationdetail .add_child( OperationDetail( tmp ) );
 
@@ -290,7 +290,7 @@
 
 	std::vector<Glib::ustring> affected_entries ;
 	Glib::ustring command ;
-	bool exit_status = true ;	//assume successful
+	bool exit_status = true ;
 
 	/*TO TRANSLATORS: looks like  delete affected /dev/mapper entries */ 
 	Glib::ustring tmp = String::ucompose ( _("delete affected %1 entries"), DEV_MAP_PATH ) ;
@@ -313,7 +313,7 @@
 bool DMRaid::delete_dev_map_entry( const Partition & partition, OperationDetail & operationdetail )
 {
 	//Delete a single partition which may be represented by multiple dev mapper entries
-	bool exit_status = true ;	//assume success
+	bool exit_status = true ;
 
 	/*TO TRANSLATORS: looks like  delete /dev/mapper entry */ 
 	Glib::ustring tmp = String::ucompose ( _("delete %1 entry"), DEV_MAP_PATH ) ;
@@ -341,7 +341,7 @@
 	std::vector<Glib::ustring> dir_list ;
 	Glib::ustring command ;
 	Glib::ustring output, error ;
-	bool exit_status = true ;	//assume successful
+	bool exit_status = true ;
 
 	get_dmraid_dir_entries( dev_path, dir_list ) ;
 
@@ -363,8 +363,8 @@
 	if ( partition .type == GParted::TYPE_EXTENDED )
 		return true ;
 
-	bool exit_status = true ;	//assume successful
-	
+	bool exit_status = true ;
+
 	/*TO TRANSLATORS: looks like  update /dev/mapper entry */ 
 	Glib::ustring tmp = String::ucompose ( _("update %1 entry"), DEV_MAP_PATH ) ;
 	operationdetail .add_child( OperationDetail( tmp ) );



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