mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Add a missing newline
There was a missing newline in one of the g_printerr messages in updateiconcache.c. String change.
This commit is contained in:
parent
a27e748586
commit
3f20ccd710
@ -1687,7 +1687,7 @@ main (int argc, char **argv)
|
|||||||
{
|
{
|
||||||
if (path)
|
if (path)
|
||||||
{
|
{
|
||||||
g_printerr (_("No theme index file."));
|
g_printerr (_("No theme index file.\n"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user