mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix new version notification extension name
This commit is contained in:
4
po/fr.po
4
po/fr.po
@@ -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"
|
||||
|
||||
@@ -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',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user