simplify 3 translations to be combined in one

This commit is contained in:
Hendrik Leppkes
2008-07-04 22:43:36 +00:00
parent 3a4694699c
commit 60d2bfe91b
9 changed files with 11 additions and 27 deletions
+3 -3
View File
@@ -173,7 +173,7 @@ function module:GetStateOptionsTable()
name = L["CTRL"],
arg = "states",
values = validStanceTable,
desc = L["Configure actionbar paging when the ctrl key is down."],
desc = (L["Configure actionbar paging when the %s key is down."]):format(L["CTRL"]),
--width = "half",
},
alt = {
@@ -182,7 +182,7 @@ function module:GetStateOptionsTable()
name = L["ALT"],
arg = "states",
values = validStanceTable,
desc = L["Configure actionbar paging when the alt key is down."],
desc = (L["Configure actionbar paging when the %s key is down."]):format(L["ALT"]),
--width = "half",
},
shift = {
@@ -191,7 +191,7 @@ function module:GetStateOptionsTable()
name = L["SHIFT"],
arg = "states",
values = validStanceTable,
desc = L["Configure actionbar paging when the shift key is down."],
desc = (L["Configure actionbar paging when the %s key is down."]):format(L["SHIFT"]),
--width = "half",
},
},