diff options
Diffstat (limited to 'gtk-recordmydesktop/src')
-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') } |