Skip to content

Commit ca0fe6c

Browse files
authored
Update customcol.js
1 parent c6e7163 commit ca0fe6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/customcol.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const jalaliDateColumnHandler = {
3535
}) + " ،"
3636
: "";
3737

38-
//fix for bug that doesn't prepend zero to farsei
38+
//Fix for a bug that doesn't prepend zero to Farsi
3939
if (time.length != 7 && timeStyle != "hidden") {
4040
var zero = numbersStyle === "arabext" ? "۰" : "0";
4141
time = zero + time;
@@ -139,7 +139,7 @@ const columnOverlay = {
139139
treeCol.setAttribute("flex", "2");
140140
treeCol.setAttribute("closemenu", "none");
141141
treeCol.setAttribute("label", columnLabel);
142-
treeCol.setAttribute("tooltiptext", "تاریخ خورشیدی");
142+
treeCol.setAttribute("tooltiptext", "Sort by Persian date");
143143

144144
const threadCols = win.document.getElementById("threadCols");
145145
threadCols.appendChild(treeCol);
@@ -170,7 +170,7 @@ const columnOverlay = {
170170
},
171171

172172
addColumns(win) {
173-
this.addColumn(win, "jalaliDateColumn", "تاریخ");
173+
this.addColumn(win, "jalaliDateColumn", "Date (Persian)");
174174
},
175175

176176
destroyColumn(columnId) {

0 commit comments

Comments
 (0)