Christian Stimming <stimming@xxxxxxx> wrote: > Unifiy wording to say "to stage" instead of "to add" always. ... > With this patch I'd propose to talk every only about "stage" instead > of "add". IMHO that's just the logical conclusion of the above wording > decision. What do you think? Yes, I agree. This is a necessary change, the current wording is very confusing. I would apply this earlier than the other i18n stuff, but this patch is written based upon the current i18n work. :-| > diff --git a/git-gui.sh b/git-gui.sh > index 3536d38..fd8b4b4 100755 > --- a/git-gui.sh > +++ b/git-gui.sh > @@ -1824,12 +1824,12 @@ if {[is_enabled multicommit] || [is_enabled > singlecommit]} { > lappend disable_on_lock \ > [list .mbar.commit entryconf [.mbar.commit index last] -state] > > - .mbar.commit add command -label [mc "Add To Commit"] \ > + .mbar.commit add command -label [mc "Stage To Commit"] \ > -command do_add_selection > lappend disable_on_lock \ > [list .mbar.commit entryconf [.mbar.commit index last] -state] ... -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html