From 55e7299c3bd0a9265d218c2c505d4a3308ecc0b7 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sun, 28 Apr 2024 03:06:45 +0100 Subject: [PATCH] ApplicationsPanel: Fix typo (#271) --- src/ApplicationsPanel.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApplicationsPanel.vala b/src/ApplicationsPanel.vala index 7c34d328..1b0c4374 100644 --- a/src/ApplicationsPanel.vala +++ b/src/ApplicationsPanel.vala @@ -9,7 +9,7 @@ public class Sound.ApplicationsPanel : Gtk.Box { construct { var pulse_audio_manager = PulseAudioManager.get_default (); - var placeholder = new Granite.Placeholder (_("No applications currently emittings sounds")) { + var placeholder = new Granite.Placeholder (_("No applications currently emitting sounds")) { description = _("Applications emitting sounds will automatically appear here") };