Change Module To Configuration in the dialogue

SVN revision: 19096
This commit is contained in:
Christopher Michael 2005-12-17 22:09:53 +00:00
parent 1ef3331419
commit 8566782eef
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ e_int_config_clock(E_Container *con, Clock_Face *c)
v.advanced.create_widgets = NULL;
/* Create The Dialog */
cfd = e_config_dialog_new(con, _("Clock Module"), NULL, 0, &v, c);
cfd = e_config_dialog_new(con, _("Clock Configuration"), NULL, 0, &v, c);
}
static void

View File

@ -41,7 +41,7 @@ e_int_config_pager(E_Container *con, Pager *pager)
v.advanced.apply_cfdata = _advanced_apply_data;
v.advanced.create_widgets = _advanced_create_widgets;
cfd = e_config_dialog_new(con, _("Pager Module"), NULL, 0, &v, pager);
cfd = e_config_dialog_new(con, _("Pager Configuration"), NULL, 0, &v, pager);
}
static void

View File

@ -49,7 +49,7 @@ e_int_config_temperature(E_Container *con, Temperature *temp)
v.advanced.apply_cfdata = _advanced_apply_data;
v.advanced.create_widgets = _advanced_create_widgets;
cfd = e_config_dialog_new(con, _("Temperature Module"), NULL, 0, &v, temp);
cfd = e_config_dialog_new(con, _("Temperature Configuration"), NULL, 0, &v, temp);
}
static void