Skip to content

Commit 41b743e

Browse files
rbujraveit65
authored andcommitted
Eyes Applet: Fix window title and factory name
1 parent e03b485 commit 41b743e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Applet Factory]
22
Id=GeyesAppletFactory
33
Location=@LIBEXECDIR@/mate-geyes-applet
4-
_Name=Geyes Applet Factory
5-
_Description=Geyes Applet Factory
4+
_Name=Eyes Applet Factory
5+
_Description=Eyes Applet Factory
66

77
[GeyesApplet]
88
_Name=Eyes

geyes/themes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ properties_cb (GtkAction *action,
282282
return;
283283
}
284284

285-
pbox = gtk_dialog_new_with_buttons (_("Geyes Preferences"), NULL,
285+
pbox = gtk_dialog_new_with_buttons (_("Eyes Preferences"), NULL,
286286
GTK_DIALOG_DESTROY_WITH_PARENT,
287287
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
288288
GTK_STOCK_HELP, GTK_RESPONSE_HELP,

0 commit comments

Comments
 (0)