aboutsummaryrefslogtreecommitdiffstats
path: root/userdrake
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 17:46:13 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 17:46:13 +0000
commitfb61f6fa33fa59cf19856db4d2340f5351bc413b (patch)
tree5e0ad98afe2209825248a3bb67b3df9a04c182eb /userdrake
parent9ad59affeace1f080b79f9ae7c25b432814138cf (diff)
downloaduserdrake-fb61f6fa33fa59cf19856db4d2340f5351bc413b.tar
userdrake-fb61f6fa33fa59cf19856db4d2340f5351bc413b.tar.gz
userdrake-fb61f6fa33fa59cf19856db4d2340f5351bc413b.tar.bz2
userdrake-fb61f6fa33fa59cf19856db4d2340f5351bc413b.tar.xz
userdrake-fb61f6fa33fa59cf19856db4d2340f5351bc413b.zip
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r396 | dmorgan | 2011-02-03 17:46:13 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned userdrake2 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License: GPLv2 according to the COPYING file - Icons: icons in ./icons and /pixmaps replaced by Oxygen icons
Diffstat (limited to 'userdrake')
-rwxr-xr-xuserdrake8
1 files changed, 4 insertions, 4 deletions
diff --git a/userdrake b/userdrake
index d5b2284..2b2e2d8 100755
--- a/userdrake
+++ b/userdrake
@@ -80,7 +80,7 @@ my $sysfilter = text2bool($prefs{FILTER});
sub HelpSystem() { run_program::raw({ detach => 1 }, 'drakhelp', '--id', 'userdrake') }
-$us->{wnd} = ugtk2->new(N("Mandriva Linux Users Management Tool") . " " . $us->{VERSION});
+$us->{wnd} = ugtk2->new(N("Mageia Users Management Tool") . " " . $us->{VERSION});
$::main_window = $us->{wnd}{real_window};
gtkset_size_request($us->{wnd}{rwindow}, 660, 460);
$us->{wnd}{rwindow}->set_position('center') if !$::isEmbedded;
@@ -476,7 +476,7 @@ sub AddUser() {
Refresh($sysfilter, $stringsearch);
transfugdrake::get_windows_disk()
and $in->ask_yesorno(N("Migration wizard"),
- N("Do you want to run the migration wizard in order to import Windows documents and settings in your Mandriva Linux distribution?"))
+ N("Do you want to run the migration wizard in order to import Windows documents and settings in your Mageia distribution?"))
and run_program::raw({ detach => 1 }, 'transfugdrake');
}
}
@@ -1279,8 +1279,8 @@ sub About() {
if_(-r "$pixdir/userdrake.png", logo => "$pixdir/userdrake.png"),
license => $license, wrap_license => 1,
comments => N("Users Management"),
- website => 'http://mandrivalinux.com',
- website_label => N("Mandriva Linux"),
+ website => 'http://www.mageia.org',
+ website_label => N("Mageia"),
authors => 'Daouda Lo
Thierry Vignaud <tvignaud@mandriva.com>',
artists => 'Hélène Durosini <ln@mandriva.com>',