Skip to content

Commit

Permalink
Revert accidental translatable string change
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 25, 2023
1 parent f2da2b7 commit 2381b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picard/ui/options/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def save(self):
restart_warning = _("You have changed the application theme. You have to restart Picard in order for the change to take effect.")
if new_theme_setting == str(UiTheme.SYSTEM):
restart_warning += '\n\n' + _(
"Please note that using the system theme might cause the user interface to be not shown correctly. "
"If this is the case select the `Default` theme option to use Picard's default theme again."
'Please note that using the system theme might cause the user interface to be not shown correctly. '
'If this is the case select the "Default" theme option to use Picard\'s default theme again.'
)
elif new_language != config.setting['ui_language']:
restart_warning_title = _("Language changed")
Expand Down

0 comments on commit 2381b64

Please sign in to comment.