Kaydet (Commit) 38423643 authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

Fix translation of a warning

üst cee88c7c
...@@ -24,8 +24,8 @@ NET_PATH = "/etc/network" ...@@ -24,8 +24,8 @@ NET_PATH = "/etc/network"
NET_STACK = "baselayout" NET_STACK = "baselayout"
MSG_PROFILE_NAME = { MSG_PROFILE_NAME = {
"en": "Profile name is too short.", "en": "You have to enter a profile name to create a connection",
"tr": "Profil ismi çok kısa.", "tr": "Bağlantı yaratmak için profil ismi girmelisiniz",
} }
INI = iniutils.iniParser(os.path.join(NET_PATH, script()), quiet=True) INI = iniutils.iniParser(os.path.join(NET_PATH, script()), quiet=True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment