diff options
author | rbuj <[email protected]> | 2018-10-02 16:38:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-03 10:41:12 +0200 |
commit | df8e737eedb3133bd94b401957894704283cda9b (patch) | |
tree | 1cebd73faa72051777d34e0ac8aaba8b29e66de7 | |
parent | 62c6b2bf236fb8b0d21201477ccbb5fe9b3a1b88 (diff) | |
download | mate-applets-df8e737eedb3133bd94b401957894704283cda9b.tar.bz2 mate-applets-df8e737eedb3133bd94b401957894704283cda9b.tar.xz |
Eyes Applet: Fix window title and factory name
-rw-r--r-- | geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in | 4 | ||||
-rw-r--r-- | geyes/themes.c | 2 |
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 1a7f1c4b..aebc8ee1 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-close", GTK_RESPONSE_CLOSE, "gtk-help", GTK_RESPONSE_HELP, |