[gnome-software: 1/2] gs-app-context-bar: Shorten an age rating string
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/2] gs-app-context-bar: Shorten an age rating string
- Date: Wed, 30 Jun 2021 12:08:34 +0000 (UTC)
commit fc0a1b97c5ba533e2da0d0d6a95f6e056b870cff
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed Jun 30 10:26:18 2021 +0100
gs-app-context-bar: Shorten an age rating string
This makes it fit in the context tile a bit better.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
Fixes: #1306
src/gs-app-context-bar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-app-context-bar.c b/src/gs-app-context-bar.c
index cd40aaea1..80789cc94 100644
--- a/src/gs-app-context-bar.c
+++ b/src/gs-app-context-bar.c
@@ -410,7 +410,7 @@ build_age_rating_description (AsContentRating *content_rating)
/* Translators: This indicates that the content rating for an
* app says it can be used by all ages of people, as it contains
* no objectionable content. */
- return g_strdup (_("The application contains no age-inappropriate content"));
+ return g_strdup (_("Contains no age-inappropriate content"));
/* Add a description for each rating category which contributes to the
* @age_bad being as it is. Handle the groups separately.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]