diff --git a/src/modules/quickaccess/e_mod_quickaccess.c b/src/modules/quickaccess/e_mod_quickaccess.c index ba5b1f174..33f146429 100644 --- a/src/modules/quickaccess/e_mod_quickaccess.c +++ b/src/modules/quickaccess/e_mod_quickaccess.c @@ -313,8 +313,7 @@ _e_qa_entry_relaunch_setup_help(void *data, E_Dialog *dia) entry->dia = NULL; entry->dia = dia = e_dialog_new(NULL, "E", "_quickaccess_cmd_help_dialog"); - snprintf(buf, sizeof(buf), "%s
%s/e-module-quickaccess.edj
%s
" - "data.item: \"%s\" \"--OPT\";", _("The relaunch option is meant to be used
" + snprintf(buf, sizeof(buf), _("The relaunch option is meant to be used
" "with terminal applications to create a persistent
" "terminal which reopens when closed, generally seen
" "in quake-style drop-down terminals.
" @@ -322,9 +321,12 @@ _e_qa_entry_relaunch_setup_help(void *data, E_Dialog *dia) "or the cmdline flag for changing the terminal's window
" "name is not known. Feel free to submit a bug report if this
" "is a terminal which can change its window name.
" - "Alternatively, you can add a data.item to"), + "Alternatively, you can add a data.item to
" + "%s/e-module-quickaccess.edj
" + "Like so:
" + "data.item: \"%s\" \"--OPT\";"), e_module_dir_get(qa_mod->module), - _("Like so:"), entry->class); + entry->class); e_dialog_title_set(dia, _("Quickaccess Help")); e_dialog_icon_set(dia, "enlightenment", 64);