[gparted] Typo: "on on" -> on



commit cdbede1727887ad11032fd74b86ab40e14d54bb4
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Sun May 22 16:16:42 2011 +0200

    Typo: "on on" -> on

 src/Dialog_Rescue_Data.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Dialog_Rescue_Data.cc b/src/Dialog_Rescue_Data.cc
index 3abae0e..47c6323 100644
--- a/src/Dialog_Rescue_Data.cc
+++ b/src/Dialog_Rescue_Data.cc
@@ -47,8 +47,8 @@ void Dialog_Rescue_Data::draw_dialog()
 {
 	Glib::ustring *message;
 
-	/*TO TRANSLATORS: looks like    File systems found on on /dev/sdb */
-	this ->set_title( String::ucompose( _("File systems found on on %1"), this->device_path ) );
+	/*TO TRANSLATORS: looks like    File systems found on /dev/sdb */
+	this ->set_title( String::ucompose( _("File systems found on %1"), this->device_path ) );
 
 	message=new Glib::ustring("<big><b>");
 	if(!this->inconsistencies)



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