Fix descriptions for subscribe buttons
authorMarcel Werk <burntime@woltlab.com>
Thu, 27 Jul 2023 12:05:16 +0000 (14:05 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 27 Jul 2023 12:05:16 +0000 (14:05 +0200)
These are generic language variables that are used in various places. Not all use cases support mentions, quotes, or reactions, so the previous descriptions were misleading.

wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 45df83b1d32f7a09456e616d18bc2e6f96a9f83f..c09ccd6728655ee7f3549cd952b3d560a8cc893d 100644 (file)
@@ -5490,9 +5490,9 @@ Benachrichtigungen auf <a href="{link isHtmlEmail=true}{/link}">{PAGE_TITLE|phra
                <item name="wcf.user.objectWatch.manageSubscription"><![CDATA[Abonnement verwalten]]></item>
                <item name="wcf.user.objectWatch.button.subscribed"><![CDATA[Abonniert]]></item>
                <item name="wcf.user.objectWatch.notSubscribed"><![CDATA[Nicht abonniert]]></item>
-               <item name="wcf.user.objectWatch.notSubscribed.description"><![CDATA[Erhalte{if !LANGUAGE_USE_INFORMAL_VARIANT}n Sie{/if} Benachrichtigungen für Erwähnungen, Zitate und Reaktionen.]]></item>
+               <item name="wcf.user.objectWatch.notSubscribed.description"><![CDATA[Erhalte{if !LANGUAGE_USE_INFORMAL_VARIANT}n Sie{/if} keine Benachrichtigungen über neue Inhalte.]]></item>
                <item name="wcf.user.objectWatch.subscribed"><![CDATA[Abonniert]]></item>
-               <item name="wcf.user.objectWatch.subscribed.description"><![CDATA[Erhalte{if !LANGUAGE_USE_INFORMAL_VARIANT}n Sie{/if} Benachrichtigungen über neue Inhalte, Erwähnungen, Zitate und Reaktionen.]]></item>
+               <item name="wcf.user.objectWatch.subscribed.description"><![CDATA[Erhalte{if !LANGUAGE_USE_INFORMAL_VARIANT}n Sie{/if} Benachrichtigungen über neue Inhalte.]]></item>
        </category>
        <category name="wcf.user.option">
                <item name="wcf.user.option.aboutMe"><![CDATA[Über mich]]></item>
index 7fa2d38e7f0e9a4d02c1bd5093038f4cb830812c..b45b3df7bdba99b7e72bbd3b155656c5f1ea32f3 100644 (file)
@@ -5495,9 +5495,9 @@ your notifications on <a href="{link isHtmlEmail=true}{/link}">{PAGE_TITLE|phras
                <item name="wcf.user.objectWatch.manageSubscription"><![CDATA[Manage Subscription]]></item>
                <item name="wcf.user.objectWatch.button.subscribed"><![CDATA[Subscribed]]></item>
                <item name="wcf.user.objectWatch.notSubscribed"><![CDATA[Not subscribed]]></item>
-               <item name="wcf.user.objectWatch.notSubscribed.description"><![CDATA[Receive notifications for mentions, quotes and reactions.]]></item>
+               <item name="wcf.user.objectWatch.notSubscribed.description"><![CDATA[Receive no notifications for new content.]]></item>
                <item name="wcf.user.objectWatch.subscribed"><![CDATA[Subscribed]]></item>
-               <item name="wcf.user.objectWatch.subscribed.description"><![CDATA[Receive notifications for new content, mentions, quotes and reactions.]]></item>
+               <item name="wcf.user.objectWatch.subscribed.description"><![CDATA[Receive notifications for new content.]]></item>
        </category>
        <category name="wcf.user.option">
                <item name="wcf.user.option.aboutMe"><![CDATA[About Me]]></item>