Replace the description "Everything" by "All" as there

is a conflict with the Everything module wrt translations.


SVN revision: 48098
devs/princeamd/enlightenment-0.17-elive
Vincent Torri 14 years ago
parent 6a3586deb6
commit 8ca39fc1bf
  1. 2
      src/bin/e_int_border_remember.c

@ -619,7 +619,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
e_widget_list_object_append(o, ob, 1, 1, 0.5);
ob = e_widget_radio_add(evas, _("Size, Position and Locks"), MODE_GEOMETRY_LOCKS, rg);
e_widget_list_object_append(o, ob, 1, 1, 0.5);
ob = e_widget_radio_add(evas, _("Everything"), MODE_ALL, rg);
ob = e_widget_radio_add(evas, _("All"), MODE_ALL, rg);
e_widget_list_object_append(o, ob, 1, 1, 0.5);
return o;
}

Loading…
Cancel
Save