summaryrefslogtreecommitdiff
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
parente03b4852c6c9c382b3c6462051e2e934695d3ca4 (diff)
downloadmate-applets-41b743ee4943fb96cca770eb9665afc1f3530f2f.tar.bz2
mate-applets-41b743ee4943fb96cca770eb9665afc1f3530f2f.tar.xz
Eyes Applet: Fix window title and factory name
-rw-r--r--geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in4
-rw-r--r--geyes/themes.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in
index 32db9be9..dd2296fb 100644
--- a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in
+++ b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in
@@ -1,8 +1,8 @@
[Applet Factory]
Id=GeyesAppletFactory
Location=@LIBEXECDIR@/mate-geyes-applet
-_Name=Geyes Applet Factory
-_Description=Geyes Applet Factory
+_Name=Eyes Applet Factory
+_Description=Eyes Applet Factory
[GeyesApplet]
_Name=Eyes
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,