From cdbede1727887ad11032fd74b86ab40e14d54bb4 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 22 May 2011 16:16:42 +0200 Subject: [PATCH] Typo: "on on" -> on --- src/Dialog_Rescue_Data.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dialog_Rescue_Data.cc b/src/Dialog_Rescue_Data.cc index 3abae0e3..47c63234 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(""); if(!this->inconsistencies)