[Xfce4-commits] <ristretto:master> Improve string
Stephan Arts
noreply at xfce.org
Fri Apr 27 22:10:01 CEST 2012
Updating branch refs/heads/master
to a0086465097e9e736841c4aae0bd0c1bbfe47741 (commit)
from 442a52d49581f474629e29b271216f7dbfdb70a1 (commit)
commit a0086465097e9e736841c4aae0bd0c1bbfe47741
Author: Stephan Arts <stephan at xfce.org>
Date: Fri Apr 27 22:09:46 2012 +0200
Improve string
src/preferences_dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/preferences_dialog.c b/src/preferences_dialog.c
index e625df1..d384a5f 100644
--- a/src/preferences_dialog.c
+++ b/src/preferences_dialog.c
@@ -256,7 +256,7 @@ rstto_preferences_dialog_init(RsttoPreferencesDialog *dialog)
gtk_box_pack_start (GTK_BOX (display_main_vbox), dialog->priv->display_tab.quality_frame, FALSE, FALSE, 0);
dialog->priv->display_tab.quality_label = gtk_label_new (
- _("With this option enabled, the visible image-quality will be limited to the screen-size."));
+ _("With this option enabled, the maximum image-quality will be limited to the screen-size."));
gtk_label_set_line_wrap (GTK_LABEL (dialog->priv->display_tab.quality_label), TRUE);
gtk_misc_set_alignment(GTK_MISC(dialog->priv->display_tab.quality_label), 0, 0.5);
dialog->priv->display_tab.quality_button = gtk_check_button_new_with_label (_("Limit rendering quality"));
More information about the Xfce4-commits
mailing list