From 06844f2371634fb985dd7363b6b8614de029f265 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= <mailtrash@posteo.de>
Date: Thu, 28 Nov 2019 12:34:36 +0100
Subject: [PATCH] Help menu: Add online hint and rename Content to Wiki

---
 gajim/data/gui/application_menu.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gajim/data/gui/application_menu.ui b/gajim/data/gui/application_menu.ui
index 74ede99363..9df34cbfb2 100644
--- a/gajim/data/gui/application_menu.ui
+++ b/gajim/data/gui/application_menu.ui
@@ -43,11 +43,11 @@
       <attribute name="label" translatable="yes">Help</attribute>
       <section>
         <item>
-          <attribute name="label" translatable="yes">Contents</attribute>
+          <attribute name="label" translatable="yes">Wiki (Online)</attribute>
           <attribute name="action">app.content</attribute>
         </item>
         <item>
-          <attribute name="label" translatable="yes">FAQ</attribute>
+          <attribute name="label" translatable="yes">FAQ (Online)</attribute>
           <attribute name="action">app.faq</attribute>
         </item>
         <item>
-- 
GitLab