Skip to content

Commit

Permalink
Eyes Applet: Fix window title and factory name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj authored and raveit65 committed Oct 3, 2018
1 parent e03b485 commit 41b743e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion geyes/themes.c
Expand Up @@ -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,
Expand Down

0 comments on commit 41b743e

Please sign in to comment.