libmalcontent: Rationalise a couple of translatable strings

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 <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2020-10-15 14:54:46 +01:00
parent ba5dccfde0
commit ee290a21e6
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}