diff --git a/src/modules/conf_randr/e_int_config_randr.c b/src/modules/conf_randr/e_int_config_randr.c index 4ac915ca3..da229c9e3 100644 --- a/src/modules/conf_randr/e_int_config_randr.c +++ b/src/modules/conf_randr/e_int_config_randr.c @@ -174,13 +174,15 @@ _e_conf_randr_confirmation_dialog_timer_cb(void *data) { snprintf(buf, sizeof(buf), _("Does this look OK? Click Keep if it does, or Restore if not.
" - "If you do not press a button, the previous settings will be restored in %d seconds."), cdd->countdown); + "If you do not press a button, the previous settings will be
" + "restored in %d seconds."), cdd->countdown); } else { snprintf(buf, sizeof(buf), _("Does this look OK? Click Keep if it does, or Restore if not.
" - "If you do not press a button, the previous settings will be restored IMMEDIATELY.")); + "If you do not press a button, the previous settings will be
" + "restored IMMEDIATELY.")); } e_dialog_text_set(cdd->dialog, buf);