summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-14 09:33:06 +0100
committerStefano Karapetsas <[email protected]>2014-02-14 09:33:06 +0100
commit6f326e2010900d76ac8dd3a45119e41db6757670 (patch)
treedc8b6594186452af3b4bb20484f2d5b949221bca
parent393743c91f597abe846057d0485a32b46cd5bb3c (diff)
parente2f4cd2e13192f8ffa6da0f1c5bfa9b20fb622df (diff)
downloadmate-terminal-6f326e2010900d76ac8dd3a45119e41db6757670.tar.bz2
mate-terminal-6f326e2010900d76ac8dd3a45119e41db6757670.tar.xz
Merge pull request #56 from hekel/patch-1
"maximise" typo?
-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
},
{