[Xfce4-commits] <ristretto:master> "Revert zoom" -> "Invert zoom", separated a couple "thumbnailbar"s and a "scrollwheel".
Stephan Arts
noreply at xfce.org
Sun Dec 18 01:16:03 CET 2011
Updating branch refs/heads/master
to c438387fe9212635fd6b726bd8dc13391bf1c00a (commit)
from 206010c2d8b51ca928913a868a9877ccbdc9fca7 (commit)
commit c438387fe9212635fd6b726bd8dc13391bf1c00a
Author: Matthew Blosser <edelstahlratte at gmail.com>
Date: Tue Dec 6 13:45:39 2011 -0500
"Revert zoom" -> "Invert zoom", separated a couple "thumbnailbar"s and a "scrollwheel".
Signed-off-by: Stephan Arts <stephan at xfce.org>
src/preferences_dialog.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/preferences_dialog.c b/src/preferences_dialog.c
index 29781f6..e2f233e 100644
--- a/src/preferences_dialog.c
+++ b/src/preferences_dialog.c
@@ -225,9 +225,9 @@ rstto_preferences_dialog_init(RsttoPreferencesDialog *dialog)
dialog->priv->display_tab.thumbnail_frame = xfce_gtk_frame_box_new_with_content(_("Thumbnails"), dialog->priv->display_tab.thumbnail_vbox);
gtk_box_pack_start (GTK_BOX (display_main_vbox), dialog->priv->display_tab.thumbnail_frame, FALSE, FALSE, 0);
- dialog->priv->display_tab.hide_thumbnails_fullscreen_lbl = gtk_label_new(_("The thumbnailbar can be automatically hidden \nwhen the image-viewer is fullscreen."));
+ dialog->priv->display_tab.hide_thumbnails_fullscreen_lbl = gtk_label_new(_("The thumbnail bar can be automatically hidden \nwhen the image-viewer is fullscreen."));
gtk_misc_set_alignment(GTK_MISC(dialog->priv->display_tab.hide_thumbnails_fullscreen_lbl), 0, 0.5);
- dialog->priv->display_tab.hide_thumbnails_fullscreen_check_button = gtk_check_button_new_with_label (_("Hide thumbnailbar when fullscreen"));
+ dialog->priv->display_tab.hide_thumbnails_fullscreen_check_button = gtk_check_button_new_with_label (_("Hide thumbnail bar when fullscreen"));
gtk_box_pack_start (GTK_BOX (dialog->priv->display_tab.thumbnail_vbox), dialog->priv->display_tab.hide_thumbnails_fullscreen_lbl, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (dialog->priv->display_tab.thumbnail_vbox), dialog->priv->display_tab.hide_thumbnails_fullscreen_check_button, FALSE, FALSE, 0);
@@ -290,10 +290,10 @@ rstto_preferences_dialog_init(RsttoPreferencesDialog *dialog)
gtk_notebook_append_page(GTK_NOTEBOOK(notebook), control_main_vbox, control_main_lbl);
dialog->priv->control_tab.scroll_vbox = gtk_vbox_new(FALSE, 0);
- dialog->priv->control_tab.scroll_frame = xfce_gtk_frame_box_new_with_content(_("Scrollwheel"), dialog->priv->control_tab.scroll_vbox);
+ dialog->priv->control_tab.scroll_frame = xfce_gtk_frame_box_new_with_content(_("Scroll wheel"), dialog->priv->control_tab.scroll_vbox);
gtk_box_pack_start (GTK_BOX (control_main_vbox), dialog->priv->control_tab.scroll_frame, FALSE, FALSE, 0);
- dialog->priv->control_tab.zoom_revert_check_button = gtk_check_button_new_with_label (_("Revert zoom direction"));
+ dialog->priv->control_tab.zoom_revert_check_button = gtk_check_button_new_with_label (_("Invert zoom direction"));
gtk_container_add (GTK_CONTAINER (dialog->priv->control_tab.scroll_vbox), dialog->priv->control_tab.zoom_revert_check_button);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->priv->control_tab.zoom_revert_check_button), bool_revert_zoom_direction);
More information about the Xfce4-commits
mailing list