spelling fix
This commit is contained in:
parent
fe218f6cd1
commit
1080ad3227
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ main (int argc, char *argv[])
|
|||
XRRQueryVersion (xdisplay, &major, &minor) == 0)
|
||||
{
|
||||
GtkWidget *msg_dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
|
||||
_("The XServer does not support the XRandR extenstion. Runtime resolution changes to the display size are not available."));
|
||||
_("The XServer does not support the XRandR extension. Runtime resolution changes to the display size are not available."));
|
||||
gtk_dialog_run (GTK_DIALOG (msg_dialog));
|
||||
gtk_widget_destroy (msg_dialog);
|
||||
exit (0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue