aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mod_muc_admin.erl16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index 8e3d483b2..f9708ef59 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -511,14 +511,14 @@ make_rooms_page(Host, Lang, {Sort_direction, Sort_column}) ->
fun(Room) ->
?XE(<<"tr">>, [?XC(<<"td">>, E) || E <- Room])
end, Rooms_prepared),
- Titles = [<<"Jabber ID">>,
- <<"# participants">>,
- <<"Last message">>,
- <<"Public">>,
- <<"Persistent">>,
- <<"Logging">>,
- <<"Just created">>,
- <<"Room title">>],
+ Titles = [?T("Jabber ID"),
+ ?T("# participants"),
+ ?T("Last message"),
+ ?T("Public"),
+ ?T("Persistent"),
+ ?T("Logging"),
+ ?T("Just created"),
+ ?T("Room title")],
{Titles_TR, _} =
lists:mapfoldl(
fun(Title, Num_column) ->