diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-16 19:56:45 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-16 19:56:45 +0000 |
commit | 9990d7b161984da6856bfbea055309aa3f33b05f (patch) | |
tree | 238c4442bcb29de6f9deddd0640e37686af66eff /gtk-recordmydesktop | |
parent | 5d0d1dd3d86d75b0e44c6f62a06a27e147c68594 (diff) |
some tooltip changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@178 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'gtk-recordmydesktop')
-rw-r--r-- | gtk-recordmydesktop/src/rmdSimple.py | 4 | ||||
-rw-r--r-- | gtk-recordmydesktop/src/rmdTrayIcon.py | 2 |
2 files changed, 3 insertions, 3 deletions
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.')] diff --git a/gtk-recordmydesktop/src/rmdTrayIcon.py b/gtk-recordmydesktop/src/rmdTrayIcon.py index 791f281..c2b5148 100644 --- a/gtk-recordmydesktop/src/rmdTrayIcon.py +++ b/gtk-recordmydesktop/src/rmdTrayIcon.py @@ -82,7 +82,7 @@ class trayIcon(object): 11*256:_('Improper window specification.'), 12*256:_('Cannot attach shared memory to proccess.'), 13*256:_('Cannot open file for writting.'), - 11:('Segmentation Fault') + 11:_('Segmentation Fault') } |