Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alkorgun/blacksmith-2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'expansions/sconf_attrs/insc.py')
-rw-r--r--expansions/sconf_attrs/insc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/expansions/sconf_attrs/insc.py b/expansions/sconf_attrs/insc.py
index ed4f337..56f4f43 100644
--- a/expansions/sconf_attrs/insc.py
+++ b/expansions/sconf_attrs/insc.py
@@ -16,7 +16,7 @@ if DefLANG in ("RU", "UA"):
"'%s' является здесь префиксом.", # 11
"Префикс не установлен.", # 12
"Статус '%s' мне неизвестен." # 13
- )])
+ )])
else:
AnsBase_temp = (
"I can't, because '%s' is offline.", # 0
@@ -33,4 +33,4 @@ else:
"'%s' is current prefix here.", # 11
"The prefix wasn't set.", # 12
"'%s' isn't a status." # 13
- ) \ No newline at end of file
+ ) \ No newline at end of file