summaryrefslogtreecommitdiff
path: root/geyes/themes.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2018-10-02 16:38:01 +0200
committerraveit65 <[email protected]>2018-10-03 10:56:23 +0200
commit41b743ee4943fb96cca770eb9665afc1f3530f2f (patch)
treece8b173ad1e62fa46b696e3fbc58b8eb5b2c2ad1 /geyes/themes.c
parente03b4852c6c9c382b3c6462051e2e934695d3ca4 (diff)
downloadmate-applets-41b743ee4943fb96cca770eb9665afc1f3530f2f.tar.bz2
mate-applets-41b743ee4943fb96cca770eb9665afc1f3530f2f.tar.xz
Eyes Applet: Fix window title and factory name
Diffstat (limited to 'geyes/themes.c')
-rw-r--r--geyes/themes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geyes/themes.c b/geyes/themes.c
index b9226a66..86ed7454 100644
--- a/geyes/themes.c
+++ b/geyes/themes.c
@@ -282,7 +282,7 @@ properties_cb (GtkAction *action,
return;
}
- pbox = gtk_dialog_new_with_buttons (_("Geyes Preferences"), NULL,
+ pbox = gtk_dialog_new_with_buttons (_("Eyes Preferences"), NULL,
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
GTK_STOCK_HELP, GTK_RESPONSE_HELP,