[gnome-software] trivial: Replace players->users in the content description strings



commit 9d555e2be6cf5c8b50ad9085d29fa60d843ee12a
Author: Richard Hughes <richard hughsie com>
Date:   Sun Dec 10 14:18:54 2017 +0000

    trivial: Replace players->users in the content description strings
    
    The content-rating section is being used by a lot of non-games too.

 src/gs-content-rating.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/gs-content-rating.c b/src/gs-content-rating.c
index dc0e50d..982198c 100644
--- a/src/gs-content-rating.c
+++ b/src/gs-content-rating.c
@@ -216,7 +216,7 @@ gs_content_rating_key_value_to_str (const gchar *id, AsContentRatingValue value)
        _("Explicit references to specific brands or trademarked products") },
        { "money-advertising", AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
-       _("Players are encouraged to purchase specific real-world items") },
+       _("Users are encouraged to purchase specific real-world items") },
        { "money-gambling",     AS_CONTENT_RATING_VALUE_NONE,
        /* TRANSLATORS: content rating description */
        _("No gambling of any kind") },
@@ -237,22 +237,22 @@ gs_content_rating_key_value_to_str (const gchar *id, AsContentRatingValue value)
        _("Ability to spend real money in-game") },
        { "social-chat",        AS_CONTENT_RATING_VALUE_NONE,
        /* TRANSLATORS: content rating description */
-       _("No way to chat with other players") },
+       _("No way to chat with other users") },
        { "social-chat",        AS_CONTENT_RATING_VALUE_MILD,
        /* TRANSLATORS: content rating description */
-       _("Player-to-player game interactions without chat functionality") },
+       _("User-to-user game interactions without chat functionality") },
        { "social-chat",        AS_CONTENT_RATING_VALUE_MODERATE,
        /* TRANSLATORS: content rating description */
-       _("Player-to-player preset interactions without chat functionality") },
+       _("User-to-user preset interactions without chat functionality") },
        { "social-chat",        AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
-       _("Uncontrolled chat functionality between players") },
+       _("Uncontrolled chat functionality between users") },
        { "social-audio",       AS_CONTENT_RATING_VALUE_NONE,
        /* TRANSLATORS: content rating description */
-       _("No way to talk with other players") },
+       _("No way to talk with other users") },
        { "social-audio",       AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
-       _("Uncontrolled audio or video chat functionality between players") },
+       _("Uncontrolled audio or video chat functionality between users") },
        { "social-contacts",    AS_CONTENT_RATING_VALUE_NONE,
        /* TRANSLATORS: content rating description */
        _("No sharing of social network usernames or email addresses") },


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