Skip to content

Commit

Permalink
fix notification actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Mar 9, 2024
1 parent b83bba6 commit a677e6f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion BRANDING.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_MICRO = 9
VERSION_MICRO = 10
BRANDING_SHORTNAME = mainline
BRANDING_LONGNAME = Mainline Kernels
BRANDING_AUTHORNAME = Brian K. White
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
mainline (1.4.9) UNRELEASED; urgency=medium
mainline (1.4.10) unstable; urgency=medium

* Fix notification actions broken in 1.4.9

-- Brian K. White <b.kenyon.w@gmail.com> Fri, 08 Mar 2024 19:01:31 -0500

mainline (1.4.9) unstable; urgency=medium

* Ubuntu kernel site changed their main url
from https://kernel.ubuntu.com/~kernel-ppa/mainline/
to https://kernel.ubuntu.com/mainline/

-- Brian K. White <b.kenyon.w@gmail.com> Mon, 16 Oct 2023 02:22:33 -0400
-- Brian K. White <b.kenyon.w@gmail.com> Tue, 16 Oct 2023 02:23:44 -0500

mainline (1.4.8) unstable; urgency=medium

Expand Down
16 changes: 10 additions & 6 deletions po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ msgstr "Installa il kernel mainline più recente"
#: src/Console/AppConsole.vala:42
msgid "Install the latest mainline kernel without going to a new major version"
msgstr ""
"Installa l'ultimo kernel mainline senza passare ad una nuova versione principale"
"Installa l'ultimo kernel mainline senza passare ad una nuova versione "
"principale"

#: src/Console/AppConsole.vala:43 src/Console/AppConsole.vala:44
#: src/Console/AppConsole.vala:46 src/Console/AppConsole.vala:47
Expand Down Expand Up @@ -457,7 +458,8 @@ msgstr ""

#: src/Console/AppConsole.vala:73
msgid "Locked kernels and the currently running kernel are ignored"
msgstr "I kernel bloccati e il kernel attualmente in esecuzione vengono ignorati"
msgstr ""
"I kernel bloccati e il kernel attualmente in esecuzione vengono ignorati"

#: src/Console/AppConsole.vala:83
msgid "done"
Expand Down Expand Up @@ -823,7 +825,8 @@ msgstr "Comando usato per eseguire dpkg con i permesi di root"
#: src/Gtk/SettingsWindow.vala:280
#, no-c-format
msgid "The dpkg command is appended to the end, unless a %s is present."
msgstr "Il comando dpkg è aggiunto in fondo, a meno che non sia presente un %s."
msgstr ""
"Il comando dpkg è aggiunto in fondo, a meno che non sia presente un %s."

#: src/Gtk/SettingsWindow.vala:281
#, no-c-format
Expand Down Expand Up @@ -860,7 +863,9 @@ msgstr "Comando di terminale utilizzato per eseguire"
#, no-c-format
msgid ""
"The install/uninstall command is appended to the end, unless a %s is present."
msgstr "Il comando installa/disinstall è aggiunto in fondo, a meno che non sia presente un %s."
msgstr ""
"Il comando installa/disinstall è aggiunto in fondo, a meno che non sia "
"presente un %s."

#: src/Gtk/SettingsWindow.vala:314
#, no-c-format
Expand Down Expand Up @@ -899,8 +904,7 @@ msgstr "Copia"
#: src/Gtk/TerminalWindow.vala:138
msgid ""
"Copies the entire output buffer, including scrollback, to the clipboard."
msgstr ""
"Copia l'intero buffer di output, incluso lo scrollback, negli Appunti."
msgstr "Copia l'intero buffer di output, incluso lo scrollback, negli Appunti."

#: src/Gtk/TerminalWindow.vala:145
msgid "Cancel"
Expand Down
4 changes: 2 additions & 2 deletions po/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mainline 1.4.8\n"
"Project-Id-Version: mainline 1.4.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-16 01:59-0400\n"
"POT-Creation-Date: 2024-03-08 18:58-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
4 changes: 2 additions & 2 deletions po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,8 @@ msgstr ""

#: src/Gtk/SettingsWindow.vala:197
msgid ""
"They are still deleted once they become older than the \"prior major versions"
"\" setting, or if they have been updated on the mainline-ppa site."
"They are still deleted once they become older than the \"prior major "
"versions\" setting, or if they have been updated on the mainline-ppa site."
msgstr ""
"\"Önceki ana sürümler\" ayarından daha eski olduklarında ya da mainline-ppa "
"sitesinde güncellendiklerinde silinmeye devam ederler."
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Main.vala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using l.json;
const string LOCALE_DIR = INSTALL_PREFIX + "/share/locale";
const string APP_LIB_DIR = INSTALL_PREFIX + "/lib/" + BRANDING_SHORTNAME;
const string CLI_EXE = BRANDING_SHORTNAME;
const string GUI_EXE = BRANDING_SHORTNAME+"gtk";
const string GUI_EXE = BRANDING_SHORTNAME+"-gtk";

//////////////////////////////////////////////////////////////////////////////
// CONFIG FILE DEFAULTS
Expand Down

0 comments on commit a677e6f

Please sign in to comment.