permission-infobar: Use em dash
Use em dash in the "Error: some settings cannot be unlocked", which is now "Error — some settings cannot be unlocked". This improves consistency with the banner from Online Accounts which says "Offline — unable to connect accounts" when the device is offline; this banner text uses an em dash.
This commit is contained in:
parent
ac7b1d910d
commit
f91fe58587
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ cc_permission_infobar_set_title (CcPermissionInfobar *self,
|
|||
g_return_if_fail (CC_IS_PERMISSION_INFOBAR (self));
|
||||
|
||||
if (self->permission == NULL)
|
||||
title = _("Error: some settings cannot be unlocked");
|
||||
title = _("Error — some settings cannot be unlocked");
|
||||
|
||||
if (title == NULL)
|
||||
title = _("Unlock to Change Settings");
|
||||
|
|
Loading…
Add table
Reference in a new issue