diff options
author | Chidambar Zinnoury <illogict@online.fr> | 2012-07-08 13:15:15 +0000 |
---|---|---|
committer | Chidambar Zinnoury <illogict@online.fr> | 2012-07-08 13:15:15 +0000 |
commit | 7bdcc0ef08682b75487772d6aaeaaa4d95cd1f36 (patch) | |
tree | 1777bb8410d2be412ce235e983421839010ee82e /src/modules/conf_window_manipulation | |
parent | 8b7ce4923da260e4c8e716f64dae83175c36ea06 (diff) | |
download | enlightenment-7bdcc0ef08682b75487772d6aaeaaa4d95cd1f36.tar.gz |
e i18n: add some missing files.
Bonus: correct some typos and add missing window icons.
SVN revision: 73472
Diffstat (limited to 'src/modules/conf_window_manipulation')
-rw-r--r-- | src/modules/conf_window_manipulation/e_int_config_window_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/conf_window_manipulation/e_int_config_window_process.c b/src/modules/conf_window_manipulation/e_int_config_window_process.c index bb0f189ebe..a1f29a2cfc 100644 --- a/src/modules/conf_window_manipulation/e_int_config_window_process.c +++ b/src/modules/conf_window_manipulation/e_int_config_window_process.c @@ -36,7 +36,7 @@ e_int_config_window_process(E_Container *con, const char *params __UNUSED__) v->basic.check_changed = _basic_check_changed; /* create config diaolg for NULL object/data */ - cfd = e_config_dialog_new(con, _("Window Stacking"), + cfd = e_config_dialog_new(con, _("Window Process Management"), "E", "windows/window_process", "preferences-window-process", 0, v, NULL); return cfd; |