ect (or 2du) 8 anos atrás
pai
commit
e58f23417b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -238,7 +238,7 @@ def edit_set(num = 0):
             li_data += ' * [[wiki:edit_set/' + str(x) + '|' + li + ']]\r\n'
             li_data += ' * [[wiki:edit_set/' + str(x) + '|' + li + ']]\r\n'
 
 
         return(html_minify(template('index', 
         return(html_minify(template('index', 
-            imp = ['설정', wiki_set(conn, 1), custom(conn), other2([0, 0])],
+            imp = ['설정 편집', wiki_set(conn, 1), custom(conn), other2([0, 0])],
             data = namumark(conn, '',   '[목차(없음)]\r\n' + \
             data = namumark(conn, '',   '[목차(없음)]\r\n' + \
                                         '== 메뉴 ==\r\n' + \
                                         '== 메뉴 ==\r\n' + \
                                         li_data, 0, 0, 0),
                                         li_data, 0, 0, 0),