Skip to content

Commit

Permalink
ApplicationsPanel: Fix typo (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Apr 28, 2024
1 parent 5829ad6 commit 55e7299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApplicationsPanel.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
};

Expand Down

0 comments on commit 55e7299

Please sign in to comment.