diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-06 00:48:27 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-06 00:48:27 +0000 |
commit | 69929fe91a3ef388b1d6e2f425f92a862b86a906 (patch) | |
tree | cb2427c5cc83667eab97f3f3358ea07ddc4c1ae4 /perl-install/standalone/harddrake2 | |
parent | da6fe8205129c500947e085bd94780505234bcbf (diff) | |
download | drakx-69929fe91a3ef388b1d6e2f425f92a862b86a906.tar drakx-69929fe91a3ef388b1d6e2f425f92a862b86a906.tar.gz drakx-69929fe91a3ef388b1d6e2f425f92a862b86a906.tar.bz2 drakx-69929fe91a3ef388b1d6e2f425f92a862b86a906.tar.xz drakx-69929fe91a3ef388b1d6e2f425f92a862b86a906.zip |
fixed XIM definitions for Chinese locales
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 6a21721f9..1910dc3b2 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -58,7 +58,7 @@ my %fields = "Model" => [N("Model"), N("hard disk model")], "model" => [N("Model"), N("Generation of the cpu (eg: 8 for PentiumIII, ...)")], "model name" => [N("Model name"), N("Official vendor name of the cpu")], - "nbuttons" => [ N("Number of buttons"), N("the number of buttons the mouse have") ], + "nbuttons" => [ N("Number of buttons"), N("the number of buttons the mouse has") ], "name" => [ N("Name"), N("the name of the CPU") ], "port" => [N("Port"), N("network printer port")], "processor" => [ N("Processor ID"), N("the number of the processor") ], |