From 30497d47ab4e6b5b0c00ea11dbc26f5df107be5a Mon Sep 17 00:00:00 2001
From: Carsten Riel <carsten@suma-ev.de>
Date: Tue, 1 Aug 2017 12:58:39 +0200
Subject: [PATCH] update .headline und .savetab

---
 resources/lang/en/result.php | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/resources/lang/en/result.php b/resources/lang/en/result.php
index c75352a71..7f9b4ee0d 100644
--- a/resources/lang/en/result.php
+++ b/resources/lang/en/result.php
@@ -1,10 +1,12 @@
 <?php
 
 return [
-    'options.1' => 'start a new search on this domain',
-    'options.2' => 'hide :host',
-    'options.3' => 'hide *.:domain',
-    'options.4' => 'partnershop',
-    'options.5' => 'open anonymously',
-    'proxytext' => 'Result link is opened anonymously. Your data will not be transfered to destination servers. Eventually some links will not work as usual.',
-];
+    "options.headline"	=>	"Options",
+    "options.savetab"	=>	"Save result in TAB",
+    "options.1"	=>	"start a new search on this domain",
+    "options.2"	=>	"hide :host",
+    "options.3"	=>	"hide *.:domain",
+    "options.4"	=>	"partnershop",
+    "options.5"	=>	"open anonymously",
+    "proxytext"	=>	"Result link is opened anonymously. Your data will not be transfered to destination servers. Eventually some links will not work as usual."
+];
\ No newline at end of file
-- 
GitLab