fix name of screen blank dialog

fix T1201
This commit is contained in:
Mike Blumenkrantz 2014-05-07 15:33:33 -04:00
parent a963666656
commit 329322f9a7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ e_int_config_screensaver(E_Comp *comp, const char *params __UNUSED__)
v->override_auto_apply = 1;
cfd = e_config_dialog_new(comp,_("Screen Saver Settings"),
cfd = e_config_dialog_new(comp,_("Screen Blank Settings"),
"E", "screen/screen_saver",
"preferences-desktop-screensaver", 0, v, NULL);
return cfd;