diff --git a/usr/lib/open_link_confirmation b/usr/lib/open_link_confirmation index 335942c..69eaeb6 100755 --- a/usr/lib/open_link_confirmation +++ b/usr/lib/open_link_confirmation @@ -106,7 +106,7 @@ gateway() { title="Link Confirm Open ERROR" msg="

Link Confirm Open does not support opening links on Gateway for security reasons.

-

Use Tor Browser under Workstation to browse the internet.

" +

Use $tb_title under Workstation to browse the internet.

" question="" button="ok" /usr/lib/msgcollector/generic_gui_message "error" "$title" "$msg" "$question" "$button" @@ -140,7 +140,7 @@ qubes_redirect() {

$input_object_stripped_and_trimmed$extra_long_link

Please copy the link to the Workstation and open it there.

-

Use Tor Browser under Workstation to browse the internet.

+

Use $tb_title under Workstation to browse the internet.

Debugging information:

link_confirmation_vm_open_tool: $link_confirmation_vm_open_tool @@ -178,6 +178,7 @@ workstation() { fi ## Fallback. + [ ! -n "$tb_title" ] || open_in_tool_bin_name="$tb_title" [ -n "$open_in_tool_bin_name" ] || open_in_tool_bin_name="$open_in_tool_bin" if [ "$open_in_tool_bin_name_readlink" = "$BASH_SOURCE" ]; then