Merge branch 'string-rationalisation' into 'master'

libmalcontent: Rationalise a couple of translatable strings

See merge request pwithnall/malcontent!91
This commit is contained in:
Philip Withnall 2020-10-15 13:56:12 +00:00
commit 792a069736
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;
}