e/notification: Botton is neither english nor french

Make it a proper english word. In love. Mike

SVN revision: 71459
This commit is contained in:
Stefan Schmidt 2012-05-28 13:35:02 +00:00
parent 1ced507bf4
commit 8939fe3c8d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ _basic_create(E_Config_Dialog *cfd __UNUSED__,
e_widget_framelist_object_append(of, ow);
ow = e_widget_radio_add(evas, _("Top right"), CORNER_TR, rg);
e_widget_framelist_object_append(of, ow);
ow = e_widget_radio_add(evas, _("Botton left"), CORNER_BL, rg);
ow = e_widget_radio_add(evas, _("Bottom left"), CORNER_BL, rg);
e_widget_framelist_object_append(of, ow);
ow = e_widget_radio_add(evas, _("Bottom right"), CORNER_BR, rg);
e_widget_framelist_object_append(of, ow);