[pitivi] PluginManagerDialog: Use named placeholder. Fixes #583474
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi] PluginManagerDialog: Use named placeholder. Fixes #583474
- Date: Fri, 29 May 2009 07:35:10 -0400 (EDT)
commit 870de46bab8b4028dafea06f64208174ea1b73f7
Author: Claude Paroz <claude 2xlibre net>
Date: Thu May 21 18:44:33 2009 +0200
PluginManagerDialog: Use named placeholder. Fixes #583474
---
pitivi/ui/pluginmanagerdialog.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pitivi/ui/pluginmanagerdialog.py b/pitivi/ui/pluginmanagerdialog.py
index 11d3687..51148d7 100644
--- a/pitivi/ui/pluginmanagerdialog.py
+++ b/pitivi/ui/pluginmanagerdialog.py
@@ -321,8 +321,8 @@ class PluginManagerDialog(object):
message_format = _("Update the existing plugin?"))
dialog.format_secondary_text(
- _("This plugin is already installed in your system.\nIf you agree, version %s will be replaced with version %s")\
- %(e.old_plugin.version, e.new_plugin.version))
+ _("This plugin is already installed in your system.\nIf you agree, version %(v1)s will be replaced with version %(v2)s")\
+ %{'v1': e.old_plugin.version, 'v2': e.new_plugin.version})
dialog.set_title(_("Duplicate plugin found"))
try:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]