فهرست منبع

fix multiline message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38603 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 سال پیش
والد
کامیت
abadf989dd
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      scripts/v.report/v.report.py

+ 3 - 3
scripts/v.report/v.report.py

@@ -120,9 +120,9 @@ def main():
 	if len(records1) == 0:
             try:
                 f = grass.vector_db(map = mapname)[int(layer)]
-                grass.fatal(_("There is a table connected to input vector map '%s', but") +
-                            "there are no categories present in the key column '%s'. Consider using" +
-                            "v.to.db to correct this." % (mapname, f['key']))
+                grass.fatal(_("There is a table connected to input vector map '%s', but"
+                              "there are no categories present in the key column '%s'. Consider using"
+                              "v.to.db to correct this.") % (mapname, f['key']))
             except KeyError:
                 pass