---
src/winspector.c | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/winspector.c b/src/winspector.c
index 6b6e687..e947a14 100644
--- a/src/winspector.c
+++ b/src/winspector.c
@@ -67,45 +67,45 @@ static const struct {
const char *caption;
const char *description;
} window_attribute[] = {
- { "NoTitlebar", { .no_titlebar = 1 }, M_("Disable titlebar"),
- M_("Remove the titlebar of this window.\n"
+ { "NoTitlebar", { .no_titlebar = 1 }, N_("Disable titlebar"),
+ N_("Remove the titlebar of this window.\n"
"To access the window commands menu of a window\n"
"without it's titlebar, press Control+Esc (or the\n"
"equivalent shortcut, if you changed the default\n"
"settings).") },
- { "NoResizebar", { .no_resizebar = 1 }, M_("Disable resizebar"),
- M_("Remove the resizebar of this window.") },
+ { "NoResizebar", { .no_resizebar = 1 }, N_("Disable resizebar"),
+ N_("Remove the resizebar of this window.") },
- { "NoCloseButton", { .no_close_button = 1 }, M_("Disable close button"),
- M_("Remove the `close window' button of this window.") },
+ { "NoCloseButton", { .no_close_button = 1 }, N_("Disable close button"),
+ N_("Remove the `close window' button of this window.") },
- { "NoMiniaturizeButton", { .no_miniaturize_button = 1 }, M_("Disable
miniaturize button"),
- M_("Remove the `miniaturize window' button of the window.") },
+ { "NoMiniaturizeButton", { .no_miniaturize_button = 1 }, N_("Disable
miniaturize button"),
+ N_("Remove the `miniaturize window' button of the window.") },
- { "NoBorder", { .no_border = 1 }, M_("Disable border"),
- M_("Remove the 1 pixel black border around the window.") },
+ { "NoBorder", { .no_border = 1 }, N_("Disable border"),
+ N_("Remove the 1 pixel black border around the window.") },
- { "KeepOnTop", { .floating = 1 }, M_("Keep on top (floating)"),
- M_("Keep the window over other windows, not allowing\n"
+ { "KeepOnTop", { .floating = 1 }, N_("Keep on top (floating)"),
+ N_("Keep the window over other windows, not allowing\n"
"them to cover it.") },
- { "KeepOnBottom", { .sunken = 1 }, M_("Keep at bottom (sunken)"),
- M_("Keep the window under all other windows.") },
+ { "KeepOnBottom", { .sunken = 1 }, N_("Keep at bottom (sunken)"),
+ N_("Keep the window under all other windows.") },
- { "Omnipresent", { .omnipresent = 1 }, M_("Omnipresent"),
- M_("Make window present in all workspaces.") },
+ { "Omnipresent", { .omnipresent = 1 }, N_("Omnipresent"),
+ N_("Make window present in all workspaces.") },
- { "StartMiniaturized", { .start_miniaturized = 1 }, M_("Start
miniaturized"),
- M_("Make the window be automatically miniaturized when it's\n"
+ { "StartMiniaturized", { .start_miniaturized = 1 }, N_("Start
miniaturized"),
+ N_("Make the window be automatically miniaturized when it's\n"
"first shown.") },
- { "StartMaximized", { .start_maximized = 1 }, M_("Start maximized"),
- M_("Make the window be automatically maximized when it's\n"
+ { "StartMaximized", { .start_maximized = 1 }, N_("Start maximized"),
+ N_("Make the window be automatically maximized when it's\n"
"first shown.") },
- { "FullMaximize", { .full_maximize = 1 }, M_("Full screen
maximization"),
- M_("Make the window use the whole screen space when it's\n"
+ { "FullMaximize", { .full_maximize = 1 }, N_("Full screen
maximization"),
+ N_("Make the window use the whole screen space when it's\n"
"maximized. The titlebar and resizebar will
be moved\n"
"to outside the screen.") }
--
2.1.4
--
To unsubscribe, send mail to [email protected].