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:
parent
ba5dccfde0
commit
ee290a21e6
|
@ -417,7 +417,7 @@ mct_manager_get_app_filter (MctManager *self,
|
||||||
{
|
{
|
||||||
g_set_error (error, MCT_MANAGER_ERROR,
|
g_set_error (error, MCT_MANAGER_ERROR,
|
||||||
MCT_MANAGER_ERROR_PERMISSION_DENIED,
|
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);
|
(guint) user_id);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
@ -800,7 +800,7 @@ mct_manager_get_session_limits (MctManager *self,
|
||||||
{
|
{
|
||||||
g_set_error (error, MCT_MANAGER_ERROR,
|
g_set_error (error, MCT_MANAGER_ERROR,
|
||||||
MCT_MANAGER_ERROR_PERMISSION_DENIED,
|
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);
|
(guint) user_id);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue