mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 21:30:04 +01:00
fix incorrectly formatted .xinitrc warning
This commit is contained in:
parent
005b7d637a
commit
a1c8b66164
1 changed files with 5 additions and 6 deletions
|
|
@ -895,12 +895,11 @@ check_xinitrc (void)
|
|||
|
||||
/* FIXME: put localized strings into Resources/English.lproj */
|
||||
|
||||
msg = NSLocalizedString (
|
||||
@"You have an existing ~/.xinitrc file.\n\n\
|
||||
Windows displayed by X11 applications may not have titlebars, or may look \
|
||||
different to windows displayed by native applications.\n\n\
|
||||
Would you like to move aside the existing file and use the standard X11 \
|
||||
environment?", @"Startup xinitrc dialog");
|
||||
msg = NSLocalizedString (@"You have an existing ~/.xinitrc file.\n\n\
|
||||
Windows displayed by X11 applications may not have titlebars, or may look \
|
||||
different to windows displayed by native applications.\n\n\
|
||||
Would you like to move aside the existing file and use the standard X11 \
|
||||
environment?", @"Startup xinitrc dialog");
|
||||
|
||||
if (NSRunAlertPanel (nil, msg, NSLocalizedString (@"Yes", @""),
|
||||
NSLocalizedString (@"No", @""), nil)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue