From: Chidambar Zinnoury Date: Fri, 10 Oct 2008 12:31:56 +0000 (+0000) Subject: Typo from copy/pasting. X-Git-Tag: submit/efl/20131021.015651~10315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df88cc6d887e6d97ed8050b4379a0987faa39f6b;p=platform%2Fupstream%2Fenlightenment.git Typo from copy/pasting. SVN revision: 36566 --- diff --git a/src/modules/conf_display/e_int_config_display.c b/src/modules/conf_display/e_int_config_display.c index de9c2fc..6e37edb 100644 --- a/src/modules/conf_display/e_int_config_display.c +++ b/src/modules/conf_display/e_int_config_display.c @@ -139,7 +139,7 @@ _surebox_text_fill(SureBox *sb) snprintf(buf, sizeof(buf), _("Does this look OK? Press Yes if it does, or No if not.
" "If you do not press a button, the old resolution of
" - "%dx%d at will be restored in %d seconds."), + "%dx%d will be restored in %d seconds."), sb->cfdata->orig_size.width, sb->cfdata->orig_size.height, sb->iterations); } @@ -156,7 +156,7 @@ _surebox_text_fill(SureBox *sb) snprintf(buf, sizeof(buf), _("Does this look OK? Press Yes if it does, or No if not.
" "If you do not press a button, the old resolution of
" - "%dx%d at will be restored IMMEDIATELY."), + "%dx%d will be restored IMMEDIATELY."), sb->cfdata->orig_size.width, sb->cfdata->orig_size.height); } e_dialog_text_set(sb->dia, buf);