changeset 6:bbec0db12c6a

Expand description and improve wording Fix documentation copy and paste error Fix typo
author Guido Berhoerster <guido+tab-mover@berhoerster.name>
date Sun, 19 Feb 2017 11:03:39 +0100
parents c54a7267e686
children 3f47876dab3b
files NEWS README _locales/en/messages.json
diffstat 3 files changed, 18 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Feb 19 00:44:29 2017 +0100
+++ b/NEWS	Sun Feb 19 11:03:39 2017 +0100
@@ -1,7 +1,7 @@
 News
 ====
 
-Tab Mover 1 (2017-02-19T00:43:30+01:00)
+Tab Mover 2 (2017-02-19T00:43:30+01:00)
 ---------------------------------------
 
 - Bump version number for resubmission to addons.mozilla.org
--- a/README	Sun Feb 19 00:44:29 2017 +0100
+++ b/README	Sun Feb 19 11:03:39 2017 +0100
@@ -2,7 +2,11 @@
 =========
 
 Tab Mover is a Firefox Addon for quickly moving tabs between windows via the
-page context menu.
+context menu. It can move tabs between two normal windows, two windows in
+incognito mode and from a normal window to an window in incognito mode. Since
+it is not possible to directly move a tab from a window in incognito mode to a
+normal window, Tab Mover can optionally close such a tab and reopen its URL in
+a normal window.
 
 Usage
 -----
@@ -12,14 +16,14 @@
 "Tab Mover", and finally select a window from the submenu named "Move to
 Window".
 
-In order to reopen a tab from a window in incognito mode in a normal window,
-open the tab context menu by clicking the tab using the right mouse button,
-then open the submenu named "Tab Mover", and finally select a window from the
-submenu named "Reopen in Window".
+In order to close a tab from a window in incognito mode and to reopen its URL
+in a normal window, open the tab context menu by clicking the tab using the
+right mouse button, then open the submenu named "Tab Mover", and finally
+select a window from the submenu named "Close and Reopen in Window".
 
-When using Firefox version 52 or earlier the "Tab Mover" submenu is in the
-page context menu which can be opened by clicking anywhere on a page using the
-right mouse button.
+When using Firefox version 52 or earlier the "Tab Mover" submenu is located in
+the page context menu instead of the tab context menu. The page context menu
+can be opened by clicking anywhere on a page using the right mouse button.
 
 Contact
 -------
@@ -30,10 +34,10 @@
 Bug Reports
 -----------
 
-When sending bug reports, please always mention the exact version of the script
-with which the issue occurs as well as the version of vim and the operating
+When sending bug reports, please always mention the exact version of the addon
+with which the issue occurs as well as the version of Firefox and the operating
 system you are using and make sure that you provide sufficient information to
-reproduce the issue and include any input, output, and any error messages.
+reproduce the issue and include any error messages.
 
 License
 -------
--- a/_locales/en/messages.json	Sun Feb 19 00:44:29 2017 +0100
+++ b/_locales/en/messages.json	Sun Feb 19 11:03:39 2017 +0100
@@ -4,7 +4,7 @@
         "description": "Name of the extension."
     },
     "extensionDescription": {
-        "message": "Move tabs between windows via context menu.",
+        "message": "Move tabs between windows via the context menu.",
         "description": "Description of the extension."
     },
     "moveToWindowMenu": {
@@ -12,7 +12,7 @@
         "description": "Label of the submenu for selecting a window to which the current tab should be moved to."
     },
     "reopenInWindowMenu": {
-        "message": "Reopen in Window",
+        "message": "Close and Reopen in Window",
         "description": "Label of the submenu for selecting a window in which the current tab should be reopened in."
     },
     "defaultWindowTitle": {