[anjuta: 45/46] git: Fixed up build after translation patch



commit d6a2e68de686dc9ddf71a943114aadf483c23c23
Author: Johannes Schmid <jhs gnome org>
Date:   Sat Mar 5 10:16:06 2011 +0100

    git: Fixed up build after translation patch

 plugins/git/git-diff-pane.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/git/git-diff-pane.c b/plugins/git/git-diff-pane.c
index 54c3426..c342d73 100644
--- a/plugins/git/git-diff-pane.c
+++ b/plugins/git/git-diff-pane.c
@@ -30,7 +30,7 @@ on_diff_button_clicked (GtkAction *action, Git *plugin)
 												   IAnjutaDocumentManager,
 												   NULL);
 	editor = ianjuta_document_manager_add_buffer (document_manager,/* Translators: default file name for git diff's output */
-+												  _("Uncommitted Changes.diff"),
+												  _("Uncommitted Changes.diff"),
 												  "", NULL);
 
 	diff_command = git_diff_command_new (plugin->project_root_directory);
@@ -67,8 +67,8 @@ on_commit_diff_button_clicked (GtkAction *action, Git *plugin)
 	{
 		sha = git_revision_get_sha (revision);
 		short_sha = git_revision_get_short_sha (revision);
-+		/* Translators: file name for an existing commits diff, %s is an SHASUM of a commit */
-+		editor_name = g_strdup_printf (_("Commit %s.diff"), short_sha);
+		/* Translators: file name for an existing commits diff, %s is an SHASUM of a commit */
+		editor_name = g_strdup_printf (_("Commit %s.diff"), short_sha);
 		
 		document_manager = anjuta_shell_get_interface (ANJUTA_PLUGIN (plugin)->shell,
 													   IAnjutaDocumentManager, 



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