diff options
| author | Stephen Blott | 2016-02-22 10:27:01 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-02-22 10:27:01 +0000 |
| commit | efbcdea1ad25ec13d93403a3abd26da5905da732 (patch) | |
| tree | a7fee6770347e2180302fd510359a3ad83bf14cb | |
| parent | 51884d5889047f5a130c9c409a3e833ccdea0f14 (diff) | |
| download | vimium-efbcdea1ad25ec13d93403a3abd26da5905da732.tar.bz2 | |
Correct name on the logging page.
Oversight from #1958.
| -rw-r--r-- | pages/logging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/logging.html b/pages/logging.html index 2de04bce..9d20d5d7 100644 --- a/pages/logging.html +++ b/pages/logging.html @@ -1,6 +1,6 @@ <html> <head> - <title>Vimium Options</title> + <title>Vimium Logging</title> <script src="content_script_loader.js"></script> <style type="text/css"> body { |
