← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 534: Adjusted the text that was added in revision 491, regarding the "There is already a project named...

 

------------------------------------------------------------
revno: 534
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Wed 2011-08-31 23:05:11 -0500
message:
  Adjusted the text that was added in revision 491, regarding the "There is already a project named...".  Removed the word "export".
modified:
  openshot/windows/NewProject.py


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/NewProject.py'
--- openshot/windows/NewProject.py	2011-08-10 19:57:44 +0000
+++ openshot/windows/NewProject.py	2011-09-01 04:05:11 +0000
@@ -201,7 +201,7 @@
 			# Control if the file already exists
 			if os.path.exists(path):
 				# Show confirm box
-				messagebox.show(_("Confirm Overwrite"), _("There is already a project named %s%s in the selected export folder. Would you like to overwrite it?") % (localName, extension), gtk.BUTTONS_YES_NO, self.create_project)
+				messagebox.show(_("Confirm Overwrite"), _("There is already a project named %s%s in the selected folder. Would you like to overwrite it?") % (localName, extension), gtk.BUTTONS_YES_NO, self.create_project)
 			else:
 				self.create_project()