---
 src/winspector.c | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/winspector.c b/src/winspector.c
index 3255fe6..6b6e687 100644
--- a/src/winspector.c
+++ b/src/winspector.c
@@ -110,57 +110,57 @@ static const struct {
                                  "to outside the screen.") }
 
 }, advanced_option[] = {
-       { "NoKeyBindings", { .no_bind_keys = 1 }, M_("Do not bind keyboard 
shortcuts"),
-         M_("Do not bind keyboard shortcuts from Window Maker\n"
+       { "NoKeyBindings", { .no_bind_keys = 1 }, N_("Do not bind keyboard 
shortcuts"),
+         N_("Do not bind keyboard shortcuts from Window Maker\n"
             "when this window is focused. This will allow the\n"
             "window to receive all key combinations regardless\n"
             "of your shortcut configuration.") },
 
-       { "NoMouseBindings", { .no_bind_mouse = 1 }, M_("Do not bind mouse 
clicks"),
-         M_("Do not bind mouse actions, such as `Alt'+drag\n"
+       { "NoMouseBindings", { .no_bind_mouse = 1 }, N_("Do not bind mouse 
clicks"),
+         N_("Do not bind mouse actions, such as `Alt'+drag\n"
             "in the window (when Alt is the modifier you have\n"
             "configured).") },
 
-       { "SkipWindowList", { .skip_window_list = 1 }, M_("Do not show in the 
window list"),
-         M_("Do not list the window in the window list menu.") },
+       { "SkipWindowList", { .skip_window_list = 1 }, N_("Do not show in the 
window list"),
+         N_("Do not list the window in the window list menu.") },
 
-       { "SkipSwitchPanel", { .skip_switchpanel = 1 }, M_("Do not show in the 
switch panel"),
-         M_("Do not include in switch panel while cycling windows.") },
+       { "SkipSwitchPanel", { .skip_switchpanel = 1 }, N_("Do not show in the 
switch panel"),
+         N_("Do not include in switch panel while cycling windows.") },
 
-       { "Unfocusable", { .no_focusable = 1 }, M_("Do not let it take focus"),
-         M_("Do not let the window take keyboard focus when you\n"
+       { "Unfocusable", { .no_focusable = 1 }, N_("Do not let it take focus"),
+         N_("Do not let the window take keyboard focus when you\n"
             "click on it.") },
 
-       { "KeepInsideScreen", { .dont_move_off = 1 }, M_("Keep inside screen"),
-         M_("Do not allow the window to move itself completely\n"
+       { "KeepInsideScreen", { .dont_move_off = 1 }, N_("Keep inside screen"),
+         N_("Do not allow the window to move itself completely\n"
             "outside the screen. For bug compatibility.\n") },
 
-       { "NoHideOthers", { .no_hide_others = 1 }, M_("Ignore 'Hide Others'"),
-         M_("Do not hide the window when issuing the\n"
+       { "NoHideOthers", { .no_hide_others = 1 }, N_("Ignore 'Hide Others'"),
+         N_("Do not hide the window when issuing the\n"
             "`HideOthers' command.") },
 
-       { "DontSaveSession", { .dont_save_session = 1 }, M_("Ignore 'Save 
Session'"),
-         M_("Do not save the associated application in the\n"
+       { "DontSaveSession", { .dont_save_session = 1 }, N_("Ignore 'Save 
Session'"),
+         N_("Do not save the associated application in the\n"
             "session's state, so that it won't be restarted\n"
             "together with other applications when Window Maker\n"
             "starts.") },
 
-       { "EmulateAppIcon", { .emulate_appicon = 1 }, M_("Emulate application 
icon"),
-         M_("Make this window act as an application that provides\n"
+       { "EmulateAppIcon", { .emulate_appicon = 1 }, N_("Emulate application 
icon"),
+         N_("Make this window act as an application that provides\n"
             "enough information to Window Maker for a dockable\n"
             "application icon to be created.") },
 
-       { "FocusAcrossWorkspace", { .focus_across_wksp = 1 }, M_("Focus across 
workspaces"),
-         M_("Allow Window Maker to switch workspace to satisfy\n"
+       { "FocusAcrossWorkspace", { .focus_across_wksp = 1 }, N_("Focus across 
workspaces"),
+         N_("Allow Window Maker to switch workspace to satisfy\n"
             "a focus request (annoying).") },
 
-       { "NoMiniaturizable", { .no_miniaturizable = 1 }, M_("Do not let it be 
minimized"),
-         M_("Do not let the window of this application be\n"
+       { "NoMiniaturizable", { .no_miniaturizable = 1 }, N_("Do not let it be 
minimized"),
+         N_("Do not let the window of this application be\n"
             "minimized.\n") }
 
 #ifdef XKB_BUTTON_HINT
-       ,{ "NoLanguageButton", { .no_language_button = 1 }, M_("Disable 
language button"),
-          M_("Remove the `toggle language' button of the window.") }
+       ,{ "NoLanguageButton", { .no_language_button = 1 }, N_("Disable 
language button"),
+          N_("Remove the `toggle language' button of the window.") }
 #endif
 
 }, application_attr[] = {
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to