From ee290a21e62959303a14d0196be34245153ab459 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 15 Oct 2020 14:54:46 +0100 Subject: [PATCH] libmalcontent: Rationalise a couple of translatable strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following on from commit b5b1ac2, change a couple of other strings to be the same to reduce the number of translatable strings. These strings are unlikely to ever be seen by the user, so it’s not an issue that they’re becoming a little less specific. Signed-off-by: Philip Withnall --- libmalcontent/manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmalcontent/manager.c b/libmalcontent/manager.c index 4a02aa8..48134ae 100644 --- a/libmalcontent/manager.c +++ b/libmalcontent/manager.c @@ -417,7 +417,7 @@ mct_manager_get_app_filter (MctManager *self, { g_set_error (error, MCT_MANAGER_ERROR, MCT_MANAGER_ERROR_PERMISSION_DENIED, - _("Not allowed to query app filter data for user %u"), + _("Not allowed to query parental controls data for user %u"), (guint) user_id); return NULL; } @@ -800,7 +800,7 @@ mct_manager_get_session_limits (MctManager *self, { g_set_error (error, MCT_MANAGER_ERROR, MCT_MANAGER_ERROR_PERMISSION_DENIED, - _("Not allowed to query session limits data for user %u"), + _("Not allowed to query parental controls data for user %u"), (guint) user_id); return NULL; }