E17: spelling, reported by cippp in IRC

SVN revision: 70974
This commit is contained in:
Vincent Torri 2012-05-13 17:28:22 +00:00
parent 346a77eaf1
commit 0522bc5f92
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ _basic_create_general(E_Config_Dialog *dialog, Evas *evas, E_Config_Dialog_Data
e_widget_list_object_append(cfdata->ui.list, ui->frame, 1, 1, 0.5);
chk = e_widget_check_add(evas, _("Diplay desktop notifications on volume change"), &ctxt->desktop_notification);
chk = e_widget_check_add(evas, _("Display desktop notifications on volume change"), &ctxt->desktop_notification);
e_widget_check_checked_set(chk, ctxt->conf->desktop_notification);
#ifndef HAVE_ENOTIFY
e_widget_disabled_set(chk, EINA_TRUE);