diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-08 17:30:09 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-08 17:30:09 +0000 |
commit | 8caeedb429e727cb461318e74e9d4e9261b06e3a (patch) | |
tree | 2374c0326b96112dffb2ea011d51095299524ec9 /control-center3 | |
parent | 4aa3b96ac08b6e3e83ebd13401ef1fc5f20183ff (diff) | |
download | control-center-8caeedb429e727cb461318e74e9d4e9261b06e3a.tar control-center-8caeedb429e727cb461318e74e9d4e9261b06e3a.tar.gz control-center-8caeedb429e727cb461318e74e9d4e9261b06e3a.tar.bz2 control-center-8caeedb429e727cb461318e74e9d4e9261b06e3a.tar.xz control-center-8caeedb429e727cb461318e74e9d4e9261b06e3a.zip |
updated Norwegian file
changed the indentation of a few lines in the source so xgettext can find the
translatble strings
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; |