提交 eae2ce61 编写于 作者: S Shawn O. Pearce

git-gui: Reworded 'Include' to 'Add' to match core Git.

Now that git-add is a first class citizen in core Git (Nico's 366bfcb6)
users may start to expect the term 'add' to refer to the act of including
a file's changes into a commit.  So I'm replacing all uses of the term
'Include' in the UI with 'Add'.
Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
上级 c15ad650
...@@ -3143,13 +3143,13 @@ lappend disable_on_lock \ ...@@ -3143,13 +3143,13 @@ lappend disable_on_lock \
lappend disable_on_lock \ lappend disable_on_lock \
[list .mbar.commit entryconf [.mbar.commit index last] -state] [list .mbar.commit entryconf [.mbar.commit index last] -state]
.mbar.commit add command -label {Include In Commit} \ .mbar.commit add command -label {Add To Commit} \
-command do_include_selection \ -command do_include_selection \
-font font_ui -font font_ui
lappend disable_on_lock \ lappend disable_on_lock \
[list .mbar.commit entryconf [.mbar.commit index last] -state] [list .mbar.commit entryconf [.mbar.commit index last] -state]
.mbar.commit add command -label {Include All In Commit} \ .mbar.commit add command -label {Add All To Commit} \
-command do_include_all \ -command do_include_all \
-accelerator $M1T-I \ -accelerator $M1T-I \
-font font_ui -font font_ui
...@@ -3317,7 +3317,7 @@ pack .vpane.lower.commarea.buttons.rescan -side top -fill x ...@@ -3317,7 +3317,7 @@ pack .vpane.lower.commarea.buttons.rescan -side top -fill x
lappend disable_on_lock \ lappend disable_on_lock \
{.vpane.lower.commarea.buttons.rescan conf -state} {.vpane.lower.commarea.buttons.rescan conf -state}
button .vpane.lower.commarea.buttons.incall -text {Include All} \ button .vpane.lower.commarea.buttons.incall -text {Add All} \
-command do_include_all \ -command do_include_all \
-font font_ui -font font_ui
pack .vpane.lower.commarea.buttons.incall -side top -fill x pack .vpane.lower.commarea.buttons.incall -side top -fill x
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册