[fix][ui][settings] flatpak inputs scaling | i18n

This commit is contained in:
Vinícius Moreira
2020-01-28 17:13:09 -03:00
parent 2fde8e02a7
commit af25d9b401
15 changed files with 19 additions and 19 deletions

View File

@@ -512,7 +512,7 @@ class AppImageManager(SoftwareManager):
default_option=[o for o in enabled_opts if o.value == config['db_updater']['enabled']][0],
max_per_line=len(enabled_opts),
type_=SelectViewType.RADIO,
tooltip=self.i18n['appimage.config.db_updates.activated.tip'].format(app=self.context.app_name),
tooltip=self.i18n['appimage.config.db_updates.activated.tip'],
max_width=200,
id_='up_enabled'),
TextInputComponent(label=self.i18n['interval'],