mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
general: Remove periods from single sentences
This is done to align with the HIG rule about periods in single sentence strings. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3280>
This commit is contained in:
parent
779dfb6600
commit
448df5c58e
14 changed files with 33 additions and 33 deletions
|
|
@ -173,7 +173,7 @@ class CapsLockWarning extends St.Label {
|
|||
...params,
|
||||
});
|
||||
|
||||
this.text = _('Caps lock is on.');
|
||||
this.text = _('Caps lock is on');
|
||||
|
||||
this.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
|
||||
this.clutter_text.line_wrap = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue