diff --git a/src/modules/netinstall/NetInstallViewStep.cpp b/src/modules/netinstall/NetInstallViewStep.cpp index 99d51af9e..194b1fd2b 100644 --- a/src/modules/netinstall/NetInstallViewStep.cpp +++ b/src/modules/netinstall/NetInstallViewStep.cpp @@ -53,19 +53,19 @@ NetInstallViewStep::prettyName() const tr( "Browser software" ); tr( "Browser package" ); tr( "Web browser" ); - tr( "Kernel" ); - tr( "Services" ); - tr( "Login" ); - tr( "Desktop" ); + tr( "Kernel", "label for netinstall module, Linux kernel" ); + tr( "Services", "label for netinstall module, system services" ); + tr( "Login", "label for netinstall module, choose login manager" ); + tr( "Desktop", "label for netinstall module, choose desktop environment" ); tr( "Applications" ); - tr( "Communication" ); - tr( "Development" ); - tr( "Office" ); - tr( "Multimedia" ); - tr( "Internet" ); - tr( "Theming" ); - tr( "Gaming" ); - tr( "Utilities" ); + tr( "Communication", "label for netinstall module" ); + tr( "Development", "label for netinstall module" ); + tr( "Office", "label for netinstall module" ); + tr( "Multimedia", "label for netinstall module" ); + tr( "Internet", "label for netinstall module" ); + tr( "Theming", "label for netinstall module" ); + tr( "Gaming", "label for netinstall module" ); + tr( "Utilities", "label for netinstall module" ); #endif }