Translate the os-prober label in the bootloader preview

Reuse the existing 'Detect other operating systems' msgid so the
preview matches the menu item label and stays localizable, like the
neighbouring Removable and Plymouth labels. Suggested in PR review.
This commit is contained in:
Victor 2026-08-05 19:29:56 -03:00
parent 54f993c512
commit f5c9a00ee2
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class BootloaderConfiguration(SubConfig):
os_prober_string = tr('Enabled')
else:
os_prober_string = tr('Disabled')
text += f'os-prober: {os_prober_string}'
text += f'{tr("Detect other operating systems")}: {os_prober_string}'
text += '\n'
if self.plymouth is not None:
text += f'{tr("Plymouth")}: {self.plymouth.value}'