diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-03 18:18:18 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-03 18:18:18 +0000 |
commit | 62d109fc07cb216b45aa1749410e0fb254729d7f (patch) | |
tree | b90b611c3b7f6f470865705e6a219dce73b64796 /move | |
parent | e57e6ceb8c8526866371e62aa677e9586f6d2816 (diff) | |
download | drakx-62d109fc07cb216b45aa1749410e0fb254729d7f.tar drakx-62d109fc07cb216b45aa1749410e0fb254729d7f.tar.gz drakx-62d109fc07cb216b45aa1749410e0fb254729d7f.tar.bz2 drakx-62d109fc07cb216b45aa1749410e0fb254729d7f.tar.xz drakx-62d109fc07cb216b45aa1749410e0fb254729d7f.zip |
fix english
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 302cbdc17..1c346251d 100644 --- a/move/move.pm +++ b/move/move.pm @@ -361,7 +361,7 @@ seconds before detecting again. You may also proceed without an USB key - you'll still be able to use Mandrake Move as a normal live Mandrake Operating System.")), - ok => N("Detect again USB key"), + ok => N("Detect USB key again"), cancel => N("Continue without USB key") }) or return; key_mount($o, 'reread'); |