status: Avoid abbreviation in messages.
This is a followup to 68228d80dd
.
* guix/status.scm (hook-message): Spell out "sub-directories".
This commit is contained in:
parent
2959adef94
commit
a47f40b30d
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ the current build phase."
|
||||||
('ca-certificate-bundle
|
('ca-certificate-bundle
|
||||||
(G_ "building CA certificate bundle..."))
|
(G_ "building CA certificate bundle..."))
|
||||||
('emacs-subdirs
|
('emacs-subdirs
|
||||||
(G_ "listing Emacs subdirs..."))
|
(G_ "listing Emacs sub-directories..."))
|
||||||
('glib-schemas
|
('glib-schemas
|
||||||
(G_ "generating GLib schema cache..."))
|
(G_ "generating GLib schema cache..."))
|
||||||
('gtk-icon-themes
|
('gtk-icon-themes
|
||||||
|
|
Reference in a new issue