diff options
Diffstat (limited to 'control-center3')
-rwxr-xr-x | control-center3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/control-center3 b/control-center3 index 6825520d..5b3ef71d 100755 --- a/control-center3 +++ b/control-center3 @@ -397,10 +397,7 @@ sub exec_treeitem { my ($label, $exec_string, $available) = @_; if (!$available) { my $vbox = new Gtk::VBox(0, 0); - $vbox->pack_start( new Gtk::Label (_(" -The application cannot be loaded, -the file '%s' has not be found. -Try to reinstall DrakConf.", $exec_string)), 1, 0, 0); + $vbox->pack_start( new Gtk::Label (_("The application cannot be loaded,\nthe file '%s' has not be found.\nTry to reinstall DrakConf.", $exec_string)), 1, 0, 0); $vbox->show_all; $notebook_global->append_page($vbox, ""); $pid_launched[$nb_pages] = undef; |