diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-de.h | 5 | ||||
-rw-r--r-- | help/help_mp-en.h | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h index 0425da1970..241d6c6945 100644 --- a/help/help_mp-de.h +++ b/help/help_mp-de.h @@ -3,7 +3,7 @@ // Moritz Bunkus <moritz@bunkus.org> // Alexander Strasser <eclipse7@gmx.net> -// In synch with rev 1.116 +// In synch with rev 1.117 // ========================= MPlayer help =========================== @@ -363,6 +363,9 @@ static char help_text[]= #define MSGTR_MovieAspectIsSet "Seitenverhältnis ist %.2f:1 - Skaliere zur korrekten Videogröße.\n" #define MSGTR_MovieAspectUndefined "Seitenverhältnis ist undefiniert - skaliere nicht.\n" +// x11_common.c +#define MSGTR_EwmhFullscreenStateFailed "\nX11: Konnte EWMH-Fullscreen-Event nicht senden!\n" + // ====================== GUI messages/buttons ======================== #ifdef HAVE_NEW_GUI diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 1c51976a52..c84425e485 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -360,6 +360,9 @@ static char help_text[]= #define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n" #define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n" +// x11_common.c +#define MSGTR_EwmhFullscreenStateFailed "\nX11: Couldn't send EWMH fullscreen Event!\n" + // ====================== GUI messages/buttons ======================== #ifdef HAVE_NEW_GUI |