From 62c7d7231b0198de2bfa9c4a2333790ac3308d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gst=C3=A4dtner?= Date: Tue, 13 Nov 2012 10:57:50 +0000 Subject: [PATCH] e_fm: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Gstädtner SVN revision: 79219 --- src/bin/e_fm_prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm_prop.c b/src/bin/e_fm_prop.c index 570811722..667e8667d 100644 --- a/src/bin/e_fm_prop.c +++ b/src/bin/e_fm_prop.c @@ -408,7 +408,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf e_widget_entry_readonly_set(ob, 1); e_widget_table_object_append(ot, ob, 1, 2, 1, 1, 1, 0, 1, 0); - ob = e_widget_label_add(evas, _("Occuped blocks on disk:")); + ob = e_widget_label_add(evas, _("Occupied blocks on disk:")); e_widget_table_object_append(ot, ob, 0, 3, 1, 1, 1, 0, 1, 0); ob = e_widget_entry_add(evas, &(cfdata->blocks), NULL, NULL, NULL); e_widget_size_min_set(ob, 140, -1);