[gnome-software] trivial: Sync the string descriptions for OARSv1.0



commit 6c06d316be857bb7aaf9d55438b48669d5311282
Author: Richard Hughes <richard hughsie com>
Date:   Sun Dec 10 14:22:10 2017 +0000

    trivial: Sync the string descriptions for OARSv1.0

 src/gs-content-rating.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-content-rating.c b/src/gs-content-rating.c
index 982198c..043d8e7 100644
--- a/src/gs-content-rating.c
+++ b/src/gs-content-rating.c
@@ -243,7 +243,7 @@ gs_content_rating_key_value_to_str (const gchar *id, AsContentRatingValue value)
        _("User-to-user game interactions without chat functionality") },
        { "social-chat",        AS_CONTENT_RATING_VALUE_MODERATE,
        /* TRANSLATORS: content rating description */
-       _("User-to-user preset interactions without chat functionality") },
+       _("Moderated chat functionality between users") },
        { "social-chat",        AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
        _("Uncontrolled chat functionality between users") },
@@ -264,7 +264,7 @@ gs_content_rating_key_value_to_str (const gchar *id, AsContentRatingValue value)
        _("No sharing of user information with 3rd parties") },
        { "social-info",        AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
-       _("Sharing user information with 3rd parties") },
+       _("Sharing information identifiable to the user") },
        { "social-location",    AS_CONTENT_RATING_VALUE_NONE,
        /* TRANSLATORS: content rating description */
        _("No sharing of physical location to other users") },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]