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:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user