[anjuta] git: Adjust the wording of the branch switch button



commit 4aee5feb853477f4199dc8356c66844beb5a6b2e
Author: James Liggett <jrliggett cox net>
Date:   Thu Jan 27 22:41:54 2011 -0800

    git: Adjust the wording of the branch switch button
    
    The meaining of "this" in "Switch to this branch" wasn't really clear.

 plugins/git/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/plugin.c b/plugins/git/plugin.c
index 4cfcef3..609942c 100644
--- a/plugins/git/plugin.c
+++ b/plugins/git/plugin.c
@@ -86,7 +86,7 @@ AnjutaCommandBarEntry branch_entries[] =
 	{
 		ANJUTA_COMMAND_BAR_ENTRY_BUTTON,
 		"Switch",
-		N_("Switch to this branch"),
+		N_("Switch to the selected branch"),
 		N_("Switch to the selected branch"),
 		GTK_STOCK_JUMP_TO,
 		G_CALLBACK (on_switch_branch_button_clicked)



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