Skip to content
Snippets Groups Projects
Commit 2fc9c2e2 authored by Simon Steinbeiss's avatar Simon Steinbeiss
Browse files

Improve the label for audio mixer

parent 1ac5a5b5
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ pulseaudio_menu_new (PulseaudioVolume *volume,
gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
/* Audio mixers */
mi = gtk_menu_item_new_with_mnemonic (_("_Run audio mixer..."));
mi = gtk_menu_item_new_with_mnemonic (_("_Audio mixer..."));
gtk_widget_show (mi);
gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
g_signal_connect_swapped (G_OBJECT (mi), "activate", G_CALLBACK (pulseaudio_menu_run_audio_mixer), menu);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment