Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
EomWindow: Simplify metadata sidebar title
  • Loading branch information
fxri authored and raveit65 committed Jul 8, 2018
1 parent 362b507 commit 78f41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eom-window.c
Expand Up @@ -4471,7 +4471,7 @@ eom_window_construct_ui (EomWindow *window)
priv->view = eom_scroll_view_new ();

eom_sidebar_add_page (EOM_SIDEBAR (priv->sidebar),
_("Image Properties"),
_("Properties"),
GTK_WIDGET (eom_metadata_sidebar_new (window)));

gtk_widget_set_size_request (GTK_WIDGET (priv->view), 100, 100);
Expand Down

0 comments on commit 78f41c1

Please sign in to comment.