diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-07 07:07:10 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-07 17:27:49 +0200 |
commit | 1663047db15a3cb0f9a45c7841eeff00536ff811 (patch) | |
tree | e6cb956264b96727502005fd1e402ba7f18c0254 /perl-install/standalone | |
parent | 3a03c2e77f3e3169b6abb197e95647852b5791ed (diff) | |
download | drakx-1663047db15a3cb0f9a45c7841eeff00536ff811.tar drakx-1663047db15a3cb0f9a45c7841eeff00536ff811.tar.gz drakx-1663047db15a3cb0f9a45c7841eeff00536ff811.tar.bz2 drakx-1663047db15a3cb0f9a45c7841eeff00536ff811.tar.xz drakx-1663047db15a3cb0f9a45c7841eeff00536ff811.zip |
fix detecting some memory chips (mga#5810)
side effect: one more string to translate
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 95353fd03..fc42d285c 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -114,6 +114,10 @@ channel number, a target id and a logical unit number") ], 'Current Speed' => [ N("Speed"), N("Speed of the memory bank") ], 'Bank Connections' => [ N("Bank connections"), '' ], 'Socket Designation' => [ N("Name"), N("Socket designation of the memory bank") ], + # for Memory Device: + 'Locator' => [ N("Location"), ], + 'Size' => [ N("Size"), N("Size of the memory device") ], + 'Speed' => [ N("Speed"), N("Speed of the memory bank") ], }, MOUSE => { |