Updated prompting text
This commit is contained in:
		| @@ -4,8 +4,8 @@ Easy Session Manager allows you to manage your Firefox session by backing up or | ||||
| # Download | ||||
| https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/ | ||||
|  | ||||
| # Version: 0.2.3.4 | ||||
| * Changed URL loading  from window.create to browser.tabs.create | ||||
| # Version: 0.2.3.5 | ||||
| * Updated prompting text | ||||
|  | ||||
|  | ||||
| # Images | ||||
| @@ -16,4 +16,4 @@ https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/ | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "manifest_version": 2, | ||||
|   "name": "Easy Session Manager", | ||||
|   "version": "0.2.3.4", | ||||
|   "version": "0.2.3.5", | ||||
|   "description": "Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.", | ||||
|  | ||||
|   "browser_specific_settings": { | ||||
| @@ -35,4 +35,4 @@ | ||||
|     "default_popup": "pages/sessionManager.html" | ||||
|   } | ||||
|  | ||||
| } | ||||
| } | ||||
| @@ -3,7 +3,7 @@ | ||||
|  | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <title>PyGObject API Reference</title> | ||||
|     <title>[Replaced Tab]</title> | ||||
|     <script defer="defer" src="../scripts/replaced.js"> | ||||
|     </script> | ||||
|     <link href="../styles/replaced.css" rel="stylesheet"> | ||||
| @@ -16,7 +16,8 @@ | ||||
|         <input class="replacedUrl caption" type="text" value="about:example"> | ||||
|         <a class="copyButton">Copy URL</a> | ||||
|         <div class="replacedPageMessage caption"> | ||||
|             This page can not be opened by Easy Session Manager. | ||||
|             This page can not be opened by Easy Session Manager due to Firefox API limitations OR being a(n) invalid/malformed URL. | ||||
|             Please try manually opening it by editing and/or copying and pasting the URL below to the URL entry. | ||||
|         </div> | ||||
|     </div> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user