← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 539: Fixed a few missing translations on the "Titles" screen.

 

------------------------------------------------------------
revno: 539
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Thu 2011-09-01 23:51:00 -0500
message:
  Fixed a few missing translations on the "Titles" screen.
modified:
  openshot/windows/Titles.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/Titles.py'
--- openshot/windows/Titles.py	2011-08-25 19:10:45 +0000
+++ openshot/windows/Titles.py	2011-09-02 04:51:00 +0000
@@ -204,7 +204,7 @@
 			gtk.MESSAGE_QUESTION,  
 			gtk.BUTTONS_OK,  
 			_('Please enter a name for the new Title file.'))
-		name_dialog.set_title("Enter Name")
+		name_dialog.set_title(_("Enter Name"))
 		#create the text input field  
 		entry = gtk.Entry()  
 		entry.set_text(_("New Title"))
@@ -236,7 +236,7 @@
 						gtk.MESSAGE_QUESTION,  
 						gtk.BUTTONS_YES_NO,  
 						_("An image with the name '%s' already exists in the project.\nDo you want to overwrite it?" % (text + ".svg")))
-					overwrite_dialog.set_title("Overwrite Image?")
+					overwrite_dialog.set_title(_("Overwrite Image?"))
 					response = overwrite_dialog.run()
 					overwrite_dialog.destroy()