summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-08-08 11:23:58 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-08-08 11:23:58 -0400
commitb2d8803b95d138c6cde8c603eceaf1cbe90db2ff (patch)
tree72c6185cd96942453af1c9cab359792ebd6a5399
parente9246a336b160f0f79218accfb742362eec7c7a8 (diff)
downloadenlightenment-b2d8803b95d138c6cde8c603eceaf1cbe90db2ff.tar.gz
improve quickaccess relaunch help dialog text
fix T4216
-rw-r--r--src/modules/quickaccess/e_mod_quickaccess.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/modules/quickaccess/e_mod_quickaccess.c b/src/modules/quickaccess/e_mod_quickaccess.c
index ba5b1f174e..33f146429e 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<br>%s/e-module-quickaccess.edj<br>%s<br>"
- "data.item: \"%s\" \"--OPT\";", _("The relaunch option is meant to be used<br>"
+ snprintf(buf, sizeof(buf), _("The relaunch option is meant to be used<br>"
"with terminal applications to create a persistent<br>"
"terminal which reopens when closed, generally seen<br>"
"in quake-style drop-down terminals.<br>"
@@ -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<br>"
"name is not known. Feel free to submit a bug report if this<br>"
"is a terminal which can change its window name.<br>"
- "Alternatively, you can add a data.item to"),
+ "Alternatively, you can add a data.item to<br>"
+ "%s/e-module-quickaccess.edj<br>"
+ "Like so:<br>"
+ "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);