Skip to content

Commit f4b523d

Browse files
committed
Rename "(Un)stage lines" to just "(Un)stage"
Makes the button sizes consistent with the normal (un)stage buttons.
1 parent d9d6abc commit f4b523d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

html/views/commit/commit.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,7 @@ var showSelection = function(file, from, to, trust)
453453
var button = document.createElement('a');
454454
button.setAttribute("href","#");
455455
button.appendChild(document.createTextNode(
456-
(originalCached?"Uns":"S")+"tage line"+
457-
(elementList.length > 1?"s":"")));
456+
(originalCached?"Uns":"S")+"tage"));
458457
button.setAttribute("class","hunkbutton");
459458
button.setAttribute("id","stagelines");
460459
var copy_button = document.createElement('a');

0 commit comments

Comments
 (0)