Update URLs to new official web site gparted.org
This commit is contained in:
parent
1e2562adda
commit
c165544506
|
@ -276,7 +276,7 @@ void Dialog_Progress::on_signal_show()
|
||||||
str_temp += "\n\n<i><b>" + Glib::ustring( _("IMPORTANT") ) + "</b>\n" ;
|
str_temp += "\n\n<i><b>" + Glib::ustring( _("IMPORTANT") ) + "</b>\n" ;
|
||||||
str_temp += _("If you want support, you need to provide the saved details!") ;
|
str_temp += _("If you want support, you need to provide the saved details!") ;
|
||||||
str_temp += "\n" + String::ucompose(
|
str_temp += "\n" + String::ucompose(
|
||||||
_("See %1 for more information."), "http://gparted.sourceforge.net/larry/tips/save_details.htm" ) + "</i>" ;
|
_("See %1 for more information."), "http://gparted.org/larry/tips/save_details.htm" ) + "</i>" ;
|
||||||
|
|
||||||
dialog .set_secondary_text( str_temp, true ) ;
|
dialog .set_secondary_text( str_temp, true ) ;
|
||||||
dialog .run() ;
|
dialog .run() ;
|
||||||
|
|
|
@ -1268,7 +1268,7 @@ void Win_GParted::menu_help_contents()
|
||||||
tmp_msg += "\n" ;
|
tmp_msg += "\n" ;
|
||||||
tmp_msg += _( "Documentation is available at the project web site." ) ;
|
tmp_msg += _( "Documentation is available at the project web site." ) ;
|
||||||
tmp_msg += "\n" ;
|
tmp_msg += "\n" ;
|
||||||
tmp_msg += "http://gparted.sourceforge.net" ;
|
tmp_msg += "http://gparted.org" ;
|
||||||
dialog .set_secondary_text( tmp_msg ) ;
|
dialog .set_secondary_text( tmp_msg ) ;
|
||||||
dialog .run() ;
|
dialog .run() ;
|
||||||
#else
|
#else
|
||||||
|
@ -1297,7 +1297,7 @@ void Win_GParted::menu_help_about()
|
||||||
strings .clear() ;
|
strings .clear() ;
|
||||||
|
|
||||||
//artists
|
//artists
|
||||||
strings .push_back( "http://gparted.sourceforge.net/artwork.php" ) ;
|
strings .push_back( "http://gparted.org/artwork.php" ) ;
|
||||||
dialog .set_artists( strings ) ;
|
dialog .set_artists( strings ) ;
|
||||||
strings .clear() ;
|
strings .clear() ;
|
||||||
|
|
||||||
|
@ -1309,7 +1309,7 @@ void Win_GParted::menu_help_about()
|
||||||
|
|
||||||
|
|
||||||
//the url is not clickable because this would introduce an new dep (gnome-vfsmm)
|
//the url is not clickable because this would introduce an new dep (gnome-vfsmm)
|
||||||
dialog .set_website( "http://gparted.sourceforge.net" ) ;
|
dialog .set_website( "http://gparted.org" ) ;
|
||||||
|
|
||||||
dialog .run() ;
|
dialog .run() ;
|
||||||
}
|
}
|
||||||
|
@ -1446,7 +1446,7 @@ void Win_GParted::activate_resize()
|
||||||
tmp_msg += "\n" ;
|
tmp_msg += "\n" ;
|
||||||
tmp_msg += _( "You can learn how to repair the boot configuration in the GParted FAQ." ) ;
|
tmp_msg += _( "You can learn how to repair the boot configuration in the GParted FAQ." ) ;
|
||||||
tmp_msg += "\n" ;
|
tmp_msg += "\n" ;
|
||||||
tmp_msg += "http://gparted.sourceforge.net/faq.php" ;
|
tmp_msg += "http://gparted.org/faq.php" ;
|
||||||
tmp_msg += "\n\n" ;
|
tmp_msg += "\n\n" ;
|
||||||
tmp_msg += "Moving a partition might take a very long time to apply." ;
|
tmp_msg += "Moving a partition might take a very long time to apply." ;
|
||||||
dialog .set_secondary_text( tmp_msg ) ;
|
dialog .set_secondary_text( tmp_msg ) ;
|
||||||
|
|
Loading…
Reference in New Issue