From ac8b22ab2dbf98a90628862b4bef7a7ec6f3aaad Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Thu, 11 Feb 2010 20:33:04 +0000 Subject: Fix for a glitch in a console tooltip --- release/scripts/ui/space_console.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'release') diff --git a/release/scripts/ui/space_console.py b/release/scripts/ui/space_console.py index 3e593246e2c..352c532a328 100644 --- a/release/scripts/ui/space_console.py +++ b/release/scripts/ui/space_console.py @@ -116,7 +116,7 @@ def add_scrollback(text, text_type): class ConsoleExec(bpy.types.Operator): - '''Execute the current console line as a python expression.''' + '''Execute the current console line as a python expression''' bl_idname = "console.execute" bl_label = "Console Execute" bl_register = False @@ -135,8 +135,7 @@ class ConsoleExec(bpy.types.Operator): class ConsoleAutocomplete(bpy.types.Operator): - '''Evaluate the namespace up until the cursor and give a list of - options or complete the name if there is only one.''' + '''Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one''' bl_idname = "console.autocomplete" bl_label = "Console Autocomplete" bl_register = False -- cgit v1.2.3