Typo from copy/pasting.
authorChidambar Zinnoury <illogict@online.fr>
Fri, 10 Oct 2008 12:31:56 +0000 (12:31 +0000)
committerChidambar Zinnoury <illogict@online.fr>
Fri, 10 Oct 2008 12:31:56 +0000 (12:31 +0000)
SVN revision: 36566

src/modules/conf_display/e_int_config_display.c

index de9c2fc..6e37edb 100644 (file)
@@ -139,7 +139,7 @@ _surebox_text_fill(SureBox *sb)
          snprintf(buf, sizeof(buf),
                   _("Does this look OK? Press <hilight>Yes</hilight> if it does, or No if not.<br>"
                     "If you do not press a button, the old resolution of<br>"
-                    "%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 <hilight>Yes</hilight> if it does, or No if not.<br>"
                     "If you do not press a button, the old resolution of<br>"
-                    "%dx%d at will be restored <hilight>IMMEDIATELY</hilight>."),
+                    "%dx%d will be restored <hilight>IMMEDIATELY</hilight>."),
                   sb->cfdata->orig_size.width, sb->cfdata->orig_size.height);
      }
    e_dialog_text_set(sb->dia, buf);