diff options
Diffstat (limited to 'src/ephy-fullscreen-popup.c')
-rw-r--r-- | src/ephy-fullscreen-popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-fullscreen-popup.c b/src/ephy-fullscreen-popup.c index ece03ba71..850f13908 100644 --- a/src/ephy-fullscreen-popup.c +++ b/src/ephy-fullscreen-popup.c @@ -279,7 +279,7 @@ ephy_fullscreen_popup_constructor (GType type, gtk_box_pack_start (GTK_BOX (button_hbox), icon, FALSE, FALSE, 0); gtk_widget_show (icon); - label = gtk_label_new (_("Exit Fullscreen")); + label = gtk_label_new (_("Leave Fullscreen")); gtk_box_pack_start (GTK_BOX (button_hbox), label, FALSE, FALSE, 0); gtk_widget_show (label); |