r20599 by craig -
scribus-commit
scribus-commit at lists.scribus.net
Sun Nov 29 15:59:17 UTC 2015
Author: craig
Date: Sun Nov 29 15:59:17 2015
New Revision: 20599
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20599
Log:
#13191: Update tooltips in interactivity tab of preferences
Modified:
trunk/Scribus/scribus/ui/prefs_userinterface.cpp
Modified: trunk/Scribus/scribus/ui/prefs_userinterface.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20599&path=/trunk/Scribus/scribus/ui/prefs_userinterface.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/prefs_userinterface.cpp (original)
+++ trunk/Scribus/scribus/ui/prefs_userinterface.cpp Sun Nov 29 15:59:17 2015
@@ -57,8 +57,8 @@
recentDocumentsSpinBox->setToolTip( "<qt>" + tr( "Number of recently edited documents to show in the File menu" ) + "</qt>");
fontSizeMenuSpinBox->setToolTip( "<qt>" + tr( "Default font size for the menus and windows" ) + "</qt>");
fontSizePaletteSpinBox->setToolTip( "<qt>" + tr( "Default font size for the tool windows" ) + "</qt>");
- //resizeMoveDelaySpinBox->setToolTip( "<qt>" + tr( "" ) + "</qt>");
- wheelJumpSpinBox->setToolTip( "<qt>" + tr( "Number of lines Scribus will scroll for each move of the mouse wheel" ) + "</qt>");
+ resizeMoveDelaySpinBox->setToolTip( "<qt>" + tr( "Time before resize or move starts allows for a slight delay between when you click and the operation happens to avoid unintended moves. This can be helpful when dealing with mouse sensitivity settings or accessibility issues related to ergnomic mice, touch pads or moveability of the wrists and hands." ) + "</qt>");
+ wheelJumpSpinBox->setToolTip( "<qt>" + tr( "Number of lines Scribus will scroll for each \"notch\" of the mouse wheel" ) + "</qt>");
//showSplashCheckBox->setToolTip( "<qt>" + tr( "" ) + "</qt>");
//showStartupDialogCheckBox->setToolTip( "<qt>" + tr( "" ) + "</qt>");
storyEditorUseSmartSelectionCheckBox->setToolTip( "<qt>" + tr( "The default behavior when double-clicking on a word is to select the word and the first following space. Smart selection will select only the word, without the following space." ) + "</qt>");
More information about the scribus-commit
mailing list