summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhekel <[email protected]>2014-02-14 02:19:44 -0500
committerhekel <[email protected]>2014-02-14 02:19:44 -0500
commite2f4cd2e13192f8ffa6da0f1c5bfa9b20fb622df (patch)
treedc8b6594186452af3b4bb20484f2d5b949221bca /src
parent393743c91f597abe846057d0485a32b46cd5bb3c (diff)
downloadmate-terminal-e2f4cd2e13192f8ffa6da0f1c5bfa9b20fb622df.tar.bz2
mate-terminal-e2f4cd2e13192f8ffa6da0f1c5bfa9b20fb622df.tar.xz
"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.
Diffstat (limited to 'src')
-rw-r--r--src/terminal-options.c2
1 files changed, 1 insertions, 1 deletions
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
},
{