File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3128,7 +3128,7 @@ static int do_exec(struct repository *r, const char *command_line)
3128
3128
const char * child_argv [] = { NULL , NULL };
3129
3129
int dirty , status ;
3130
3130
3131
- fprintf (stderr , "Executing: %s\n" , command_line );
3131
+ fprintf (stderr , _ ( "Executing: %s\n" ) , command_line );
3132
3132
child_argv [0 ] = command_line ;
3133
3133
argv_array_pushf (& child_env , "GIT_DIR=%s" , absolute_path (get_git_dir ()));
3134
3134
argv_array_pushf (& child_env , "GIT_WORK_TREE=%s" ,
@@ -3841,7 +3841,7 @@ static int pick_commits(struct repository *r,
3841
3841
fclose (f );
3842
3842
}
3843
3843
if (!opts -> quiet )
3844
- fprintf (stderr , "Rebasing (%d/%d)%s" ,
3844
+ fprintf (stderr , _ ( "Rebasing (%d/%d)%s" ) ,
3845
3845
todo_list -> done_nr ,
3846
3846
todo_list -> total_nr ,
3847
3847
opts -> verbose ? "\n" : "\r" );
@@ -4093,7 +4093,7 @@ static int pick_commits(struct repository *r,
4093
4093
if (!opts -> verbose )
4094
4094
term_clear_line ();
4095
4095
fprintf (stderr ,
4096
- "Successfully rebased and updated %s.\n" ,
4096
+ _ ( "Successfully rebased and updated %s.\n" ) ,
4097
4097
head_ref .buf );
4098
4098
}
4099
4099
You can’t perform that action at this time.
0 commit comments