physics: fix typo

let's teach a correct metric system, shall we? :P

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>

SVN revision: 79220
This commit is contained in:
Thomas Gstädtner 2012-11-13 10:57:58 +00:00 committed by Stefan Schmidt
parent 62c7d7231b
commit c4ac816070
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ _basic_create_widgets(E_Config_Dialog *cfd,
e_widget_list_object_append(ol, ob, 1, 1, 0.5);
ob = e_widget_label_add(evas, _("Maximum window mass"));
e_widget_list_object_append(ol, ob, 1, 1, 0.5);
ob = e_widget_slider_add(evas, 1, 0, _("%2.1f Kg"), 1, 6, 1, 0, &(cfdata->max_mass), NULL, 150);
ob = e_widget_slider_add(evas, 1, 0, _("%2.1f kg"), 1, 6, 1, 0, &(cfdata->max_mass), NULL, 150);
e_widget_list_object_append(ol, ob, 1, 1, 0.5);
ob = e_widget_label_add(evas, _("Desktop gravity"));
e_widget_list_object_append(ol, ob, 1, 1, 0.5);