forked from AuroraMiddleware/gtk
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)
|
||||
{
|
||||
g_printerr (_("No theme index file."));
|
||||
g_printerr (_("No theme index file.\n"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user