mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
little i18n fixes
This commit is contained in:
parent
c7869c46b5
commit
1b8caceec6
@ -324,7 +324,7 @@ gnome_exit (void)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
w = gnome_message_box_new (
|
w = gnome_message_box_new (
|
||||||
N_("The file manager and the desktop handler are now terminating\n\n"
|
_("The file manager and the desktop handler are now terminating\n\n"
|
||||||
"If you want to start up again the desktop handler or the file manager\n"
|
"If you want to start up again the desktop handler or the file manager\n"
|
||||||
"you can launch it from the Panel, or you can run the UNIX command `gmc'\n\n"
|
"you can launch it from the Panel, or you can run the UNIX command `gmc'\n\n"
|
||||||
"Press OK to terminate the application, or cancel to continue using it."),
|
"Press OK to terminate the application, or cancel to continue using it."),
|
||||||
|
@ -93,6 +93,7 @@ void free (void *ptr);
|
|||||||
#include "gdesktop.h"
|
#include "gdesktop.h"
|
||||||
#include "gmount.h"
|
#include "gmount.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
#include "i18n.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *devname;
|
char *devname;
|
||||||
|
Loading…
Reference in New Issue
Block a user