From 9990d7b161984da6856bfbea055309aa3f33b05f Mon Sep 17 00:00:00 2001 From: iovar Date: Thu, 16 Nov 2006 19:56:45 +0000 Subject: some tooltip changes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@178 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- gtk-recordmydesktop/src/rmdSimple.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk-recordmydesktop/src/rmdSimple.py') diff --git a/gtk-recordmydesktop/src/rmdSimple.py b/gtk-recordmydesktop/src/rmdSimple.py index 0bf7c21..953f2ad 100644 --- a/gtk-recordmydesktop/src/rmdSimple.py +++ b/gtk-recordmydesktop/src/rmdSimple.py @@ -49,9 +49,9 @@ class simpleWidget(object): buttonStrings=[_('Advanced'),_('Select Window')] tooltipLabels=[_('Click here to select a window to record'), _('Click to start the recording.\nThis window will hide itself.'), - _('Click to choose a filename and location.\nDefault is out.ogg in your home folder.\nEXISTING FILES WILL BE OVER-WRITTEN WITHOUT WARNING!'), + _('Click to choose a filename and location.\nDefault is out.ogg in your home folder.\nIf the file already exists, the new one\nwill have a number attached on its name\n(this behavior can be changed )'), _('Click to exit the program.'), - _('Select the video quality of your recording.\n(Lower quality will require more proccessing power.)'), + _('Select the video quality of your recording.\n(Lower quality will require more proccessing power,\nso it\'s recommended, when encoding on the fly,\nto leave at 100)'), _('Enable/Disable sound recording.'), _('Select the audio quality of your recording.'), _('Click here to access more options.')] -- cgit v1.2.3