E: Comp Module: Shorten label of reset warning so that dialog fits on

small screens.



SVN revision: 63563
This commit is contained in:
Christopher Michael 2011-09-23 10:02:57 +00:00
parent cf586e12a3
commit 942b27687d
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ _basic_create_widgets(E_Config_Dialog *cfd,
e_widget_framelist_content_align_set(of, 0.5, 0.0);
ob = e_widget_check_add(evas, _("Texture from pixmap"), &(cfdata->texture_from_pixmap));
e_widget_framelist_object_append(of, ob);
ob = e_widget_label_add(evas, _("Use Ctrl+Alt+Shift+Home to reset config in case Indirect OpenGL does not work"));
ob = e_widget_label_add(evas, _("Ctrl+Alt+Shift+Home resets compositor"));
e_widget_framelist_object_append(of, ob);
ob = e_widget_check_add(evas, _("Indirect OpenGL (EXPERIMENTAL)"), &(cfdata->indirect));
e_widget_framelist_object_append(of, ob);