Compare commits

..

No commits in common. "977e97c885614759b58f9196842d86ad850b4900" and "1a2e15fa75ac7d93054936c1d7d2eaed7224a901" have entirely different histories.

4 changed files with 1 additions and 7 deletions

View File

@ -6,9 +6,7 @@ Settings=Agordoj
Go home=Iri hejmen Go home=Iri hejmen
Digging=Fosado Digging=Fosado
Digging (by chance)=Fosado (laŭŝance) Digging (by chance)=Fosado (laŭŝance)
Alphabetical=Laŭnome
Sort items by name (A-Z)=Ordigi portaĵojn laŭnome (AZ) Sort items by name (A-Z)=Ordigi portaĵojn laŭnome (AZ)
Numerical=Laŭkvante
Sort items by number of items per stack=Ordigi portaĵojn laŭ kvanto Sort items by number of items per stack=Ordigi portaĵojn laŭ kvanto
All=Ĉio All=Ĉio
Nodes=Monderoj Nodes=Monderoj

View File

@ -6,9 +6,7 @@ Settings=
Go home= Go home=
Digging= Digging=
Digging (by chance)= Digging (by chance)=
Alphabetical=
Sort items by name (A-Z)= Sort items by name (A-Z)=
Numerical=
Sort items by number of items per stack= Sort items by number of items per stack=
All= All=
Nodes= Nodes=

View File

@ -446,7 +446,6 @@ function i4.add_sorting_method(name, def)
insert(i4.sorting_methods, def) insert(i4.sorting_methods, def)
end end
-- S("Alphabetical")
i4.add_sorting_method("alphabetical", { i4.add_sorting_method("alphabetical", {
description = S("Sort items by name (A-Z)"), description = S("Sort items by name (A-Z)"),
func = function(list, data) func = function(list, data)
@ -455,7 +454,6 @@ i4.add_sorting_method("alphabetical", {
end end
}) })
-- S("Numerical")
i4.add_sorting_method("numerical", { i4.add_sorting_method("numerical", {
description = S("Sort items by number of items per stack"), description = S("Sort items by number of items per stack"),
func = function(list, data) func = function(list, data)

View File

@ -674,7 +674,7 @@ local function settings_footer_fs(player, data, fs)
local desc = i4.sorting_methods[data.sort].description local desc = i4.sorting_methods[data.sort].description
if desc then if desc then
tooltip(5.3, 10.6, 2.4, 0.5, S(desc)) tooltip(5.3, 10.6, 2.4, 0.5, ESC(desc))
end end
fs("tooltip[cb_inv_compress;%s;#32333899;#fff]", fs("tooltip[cb_inv_compress;%s;#32333899;#fff]",