2003-12-21 Rob Adams <readams@readams.net
* src/main.c (main): fix minor punctuation error in a string. Fix for #129805.
This commit is contained in:
parent
e699ff2e83
commit
c2ba0a7d67
@ -1,3 +1,8 @@
|
||||
2003-12-21 Rob Adams <readams@readams.net
|
||||
|
||||
* src/main.c (main): fix minor punctuation error in a string. Fix
|
||||
for #129805.
|
||||
|
||||
2003-12-20 Rob Adams <readams@readams.net>
|
||||
|
||||
Reorganize the window menu according to discussion on #110904.
|
||||
|
@ -440,7 +440,7 @@ main (int argc, char **argv)
|
||||
|
||||
if (!(themes_dir = g_dir_open (METACITY_DATADIR"/themes", 0, &err)))
|
||||
{
|
||||
meta_fatal (_("Failed to scan themes directory : %s\n"), err->message);
|
||||
meta_fatal (_("Failed to scan themes directory: %s\n"), err->message);
|
||||
g_error_free (err);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user