Skip to content
Snippets Groups Projects
Commit 5ac80930 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Translation addons

parent 9cbd580d
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,10 @@ msgstr "Historique"
msgid "Voicemail"
msgstr "Boite vocale"
#: sflphone-gtk/src/configwindow.c: 548
msgid "_Control running applications volume"
msgstr "_Autoriser à modifier le volume des autres applications"
#: sflphone-gtk/src/configwindow.c: 799
msgid "Name"
msgstr "Nom"
......
......@@ -545,7 +545,7 @@ create_general_settings ()
gtk_widget_show( vbox );
gtk_container_add( GTK_CONTAINER(frame) , vbox);
widg = gtk_check_button_new_with_mnemonic( _("_Control running applications's volume"));
widg = gtk_check_button_new_with_mnemonic( _("_Control running applications volume"));
gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON(widg), dbus_get_pulse_app_volume_control() );
gtk_box_pack_start( GTK_BOX(vbox) , widg , TRUE , TRUE , 1);
g_signal_connect(G_OBJECT( widg ) , "clicked" , G_CALLBACK( set_pulse_app_volume_control ) , NULL);
......
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