[anjuta] git: Fix the delete tags dialog title.



commit 2418f9aa5cbca2261969cbd77f1f9fa2609b5e95
Author: James Liggett <jrliggett cox net>
Date:   Wed Jul 8 14:21:51 2009 -0700

    git: Fix the delete tags dialog title.
    
    It should say "Delete Tags," not "Delete Branches."

 plugins/git/anjuta-git.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/anjuta-git.ui b/plugins/git/anjuta-git.ui
index 0b19b15..d60ecb2 100644
--- a/plugins/git/anjuta-git.ui
+++ b/plugins/git/anjuta-git.ui
@@ -4860,7 +4860,7 @@
   </object>
   <object class="GtkDialog" id="delete_tag_dialog">
     <property name="border_width">5</property>
-    <property name="title" translatable="yes">Delete Branch</property>
+    <property name="title" translatable="yes">Delete Tags</property>
     <property name="window_position">center-on-parent</property>
     <property name="type_hint">dialog</property>
     <property name="has_separator">False</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]