summaryrefslogtreecommitdiff
path: root/theme-viewer
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-11-28 18:35:53 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2016-11-28 18:35:53 +0100
commit32d62a96eca7aba6dbd28f7ce322c0c9c5366c3e (patch)
tree6777ba0346f0d3901df2436aaeef65fdc0fe7906 /theme-viewer
parent377daea6175fd63d87e91ace800ee5a186656cce (diff)
downloadmetacity-32d62a96eca7aba6dbd28f7ce322c0c9c5366c3e.tar.gz
Spell GTK+ and Metacity correctly
Diffstat (limited to 'theme-viewer')
-rw-r--r--theme-viewer/theme-viewer-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-viewer/theme-viewer-main.c b/theme-viewer/theme-viewer-main.c
index 1761cda4..f0ba6a5c 100644
--- a/theme-viewer/theme-viewer-main.c
+++ b/theme-viewer/theme-viewer-main.c
@@ -29,7 +29,7 @@ static GOptionEntry entries[] =
{
{
"theme-type", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &theme_type,
- N_("Theme type to use (gtk or metacity)"), N_("TYPE")
+ N_("Theme type to use (GTK+ or Metacity)"), N_("TYPE")
},
{
"theme-name", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &theme_name,