From eec22c4b70a40f38ff176ad904432e6d0fc8707b Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 15 Jan 2012 20:48:29 +0000 Subject: [PATCH] Added a string to let people know to install abiword to enable import --- static/js/pad_impexp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pad_impexp.js b/static/js/pad_impexp.js index 2f519a1e..23b7134c 100644 --- a/static/js/pad_impexp.js +++ b/static/js/pad_impexp.js @@ -255,7 +255,7 @@ var padimpexp = (function() $("#exportopena").remove(); $("#importexport").css({"height":"115px"}); $("#importexportline").css({"height":"115px"}); - $("#import").html("Import is not available"); + $("#import").html("Import is not available. To enable import please install abiword"); } else if(clientVars.abiwordAvailable == "withoutPDF") {