From 62784225a1bafc8e293ed917ee0dc4202c4b8b24 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 14 Feb 2017 22:52:24 +0100 Subject: [PATCH] [Localization] Alphabetically sort staff and contributors in credits menu. --- src/Components/Modules/Localization.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Components/Modules/Localization.cpp b/src/Components/Modules/Localization.cpp index 8e22621b..cb95e894 100644 --- a/src/Components/Modules/Localization.cpp +++ b/src/Components/Modules/Localization.cpp @@ -161,34 +161,34 @@ namespace Components { static const char* staff[] = { - "Snake", - "/dev/sr0", "/dev/../", - "/dev/sdb", "/dev/console", "/dev/full", + "/dev/sdb", + "/dev/sr0", "/dev//dev/tty0", "/dev/urandom", + "Snake", }; static const char* contributors[] = { - "Slykuiper", - "Shadow the Hedgehog", - "RezTech", "a231", - "Lithium", "AmateurHailbut", "Aoki", "civil", "Dasfonia", + "Deity", "Dizzy", "HardNougat", "Killera", + "Lithium", "Revo", + "RezTech", + "Shadow the Hedgehog", + "Slykuiper", "st0rm", "VVLNT", - "Deity", }; static const char* specials[] =