[pitivi: 2/4] application: fix indentation of the string shown by pitivi -h.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 2/4] application: fix indentation of the string shown by pitivi -h.
- Date: Wed, 14 Jul 2010 09:21:39 +0000 (UTC)
commit 41dce75b2fcb716082cc5ae718c57636797f86f4
Author: Alessandro Decina <alessandro d gmail com>
Date: Mon Jul 12 11:43:01 2010 +0200
application: fix indentation of the string shown by pitivi -h.
pitivi/application.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pitivi/application.py b/pitivi/application.py
index e543b98..d9ff7c1 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -221,10 +221,10 @@ class InteractivePitivi(Pitivi):
%prog -i [-a] [MEDIA_FILE]...""")
description = _("""Starts the video editor, optionally loading PROJECT_FILE. If
- no project is given, %prog creates a new project.
- Alternatively, when -i is specified, arguments are treated as clips to be
- imported into the project. If -a is specified, these clips will also be added to
- the end of the project timeline.""")
+no project is given, %prog creates a new project.
+Alternatively, when -i is specified, arguments are treated as clips to be
+imported into the project. If -a is specified, these clips will also be added to
+the end of the project timeline.""")
import_help = _("""Import each MEDIA_FILE into the project.""")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]