Update plugins.py

This commit is contained in:
Vishal 2023-11-13 13:14:23 +05:30 committed by GitHub
parent de698f607f
commit f1a80d2aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,7 +405,7 @@ class PluginWindow(bui.Window):
if num_shown == 0:
bui.textwidget(
edit=self._no_plugins_installed_text,
text='No Plugins Installed',
text=bui.Lstr(resource='noPluginsInstalledText'),
)
def _save_state(self) -> None: