From e2f4cd2e13192f8ffa6da0f1c5bfa9b20fb622df Mon Sep 17 00:00:00 2001 From: hekel Date: Fri, 14 Feb 2014 02:19:44 -0500 Subject: "maximise" typo? "maximise" was probably intentional, its used in British English.. However "maximize" is more widely accepted in Other English Speaking Countries. Proposing change since "maximize" is still used in the UK, but "maximise" is rarely used elsewhere. --- src/terminal-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal-options.c b/src/terminal-options.c index 71a4cd8..6881b67 100644 --- a/src/terminal-options.c +++ b/src/terminal-options.c @@ -1019,7 +1019,7 @@ get_goption_context (TerminalOptions *options) G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, option_maximize_callback, - N_("Maximise the window"), + N_("Maximize the window"), NULL }, { -- cgit v1.2.1