diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/computer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/computer.c b/modules/computer.c index fa6ffcc2..60312719 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -303,7 +303,7 @@ static gchar *detect_machine_type(void) N_("Unknown chassis type"), /* 1 is "Other", but not helpful in HardInfo */ N_("Unknown chassis type"), N_("Desktop"), - N_("Low Profile Desktpo"), + N_("Low-profile Desktop"), N_("Pizza Box"), N_("Mini Tower"), N_("Tower"), @@ -311,9 +311,9 @@ static gchar *detect_machine_type(void) N_("Laptop"), N_("Notebook"), N_("Handheld"), - N_("Docking Statoin"), - N_("All in One"), - N_("Sub Notebook"), + N_("Docking Station"), + N_("All-in-one"), + N_("Subnotebook"), N_("Space-saving"), N_("Lunch Box"), N_("Main Server Chassis"), |