Fix new version notification extension name

This commit is contained in:
Charles Gagnon
2025-02-20 12:34:54 -05:00
parent 1c3eb3405b
commit f9662e6931
2 changed files with 3 additions and 3 deletions

View File

@@ -40,8 +40,8 @@ msgstr ""
"X-Poedit-SearchPath-17: appIcons.js\n"
#: src/extension.js:87
msgid "Dash to panel has been updated!"
msgstr "Dash to panel a été mis à jour!"
msgid "Dash to Panel has been updated!"
msgstr "Dash to Panel a été mis à jour!"
#: src/extension.js:91
msgid "See what's new"

View File

@@ -85,7 +85,7 @@ export default class DashToPanelExtension extends Extension {
// if new version, display a notification linking to release notes
if (this.metadata.version != SETTINGS.get_int('extension-version')) {
Utils.notify(
_('Dash to panel has been updated!'),
_('Dash to Panel has been updated!'),
_(`You are now running version ${this.metadata.version}.`),
'software-update-available-symbolic',
{