diff options
author | Burt P <pburt0@gmail.com> | 2017-08-04 12:31:39 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-08-06 05:51:37 -0700 |
commit | a78c21deec523876c97495939043de59a94b91c0 (patch) | |
tree | 37002a5af9585c6fdcbe1755e411deedb8e17e6c /modules | |
parent | 1992db3854cf1c665e781299b4ee8a3295c2d7e1 (diff) |
Update hardinfo.pot and .po files (after typo fixes)
Signed-off-by: Burt P <pburt0@gmail.com>
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"), |