Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eyes Applet: Fix window title and factory name
  • Loading branch information
rbuj authored and raveit65 committed Oct 3, 2018
1 parent 62c6b2b commit df8e737
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-close", GTK_RESPONSE_CLOSE,
"gtk-help", GTK_RESPONSE_HELP,
Expand Down

0 comments on commit df8e737

Please sign in to comment.