Don't show a title on alerts

This goes better with the general style of similar alerts throughout
GNOME 3, and as has been pointed out in bug 591735, 'Mutter' is
a somewhat unfortunate title in several lanuages, such as English
and German.
This commit is contained in:
Matthias Clasen 2011-09-04 11:24:32 -04:00
parent fc2e7e94a5
commit 818320e748

View File

@ -636,8 +636,7 @@ meta_show_dialog (const char *type,
append_argument (args, "--class");
append_argument (args, "mutter-dialog");
append_argument (args, "--title");
/* Translators: This is the title used on dialog boxes */
append_argument (args, _("Mutter"));
append_argument (args, "");
append_argument (args, "--text");
append_argument (args, message);