mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-18 11:39:14 +02:00
Remove semi-colons in default locale
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
a6535b9152
commit
d8b0ae34f3
1 changed files with 2 additions and 2 deletions
|
|
@ -57,13 +57,13 @@ err_xcb_conn: []const u8 = "xcb connection failed",
|
|||
err_xsessions_dir: []const u8 = "failed to find sessions folder",
|
||||
err_xsessions_open: []const u8 = "failed to open sessions folder",
|
||||
insert: []const u8 = "insert",
|
||||
login: []const u8 = "login:",
|
||||
login: []const u8 = "login",
|
||||
logout: []const u8 = "logged out",
|
||||
no_x11_support: []const u8 = "x11 support disabled at compile-time",
|
||||
normal: []const u8 = "normal",
|
||||
numlock: []const u8 = "numlock",
|
||||
other: []const u8 = "other",
|
||||
password: []const u8 = "password:",
|
||||
password: []const u8 = "password",
|
||||
restart: []const u8 = "reboot",
|
||||
shell: [:0]const u8 = "shell",
|
||||
shutdown: []const u8 = "shutdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue