mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user