---
src/winspector.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/winspector.c b/src/winspector.c
index 0735caf..3255fe6 100644
--- a/src/winspector.c
+++ b/src/winspector.c
@@ -164,17 +164,17 @@ static const struct {
#endif
}, application_attr[] = {
- { "StartHidden", { .start_hidden = 1 }, M_("Start hidden"),
- M_("Automatically hide application when it's started.") },
+ { "StartHidden", { .start_hidden = 1 }, N_("Start hidden"),
+ N_("Automatically hide application when it's started.") },
- { "NoAppIcon", { .no_appicon = 1 }, M_("No application icon"),
- M_("Disable the application icon for the application.\n"
+ { "NoAppIcon", { .no_appicon = 1 }, N_("No application icon"),
+ N_("Disable the application icon for the application.\n"
"Note that you won't be able to dock it anymore,\n"
"and any icons that are already docked will stop\n"
"working correctly.") },
- { "SharedAppIcon", { .shared_appicon = 1 }, M_("Shared application
icon"),
- M_("Use a single shared application icon for all of\n"
+ { "SharedAppIcon", { .shared_appicon = 1 }, N_("Shared application
icon"),
+ N_("Use a single shared application icon for all of\n"
"the instances of this application.\n") }
};
--
2.1.4
--
To unsubscribe, send mail to [email protected].