OSDN Git Service

Some translation.
[karesansui/karesansui.git] / bin / apply_snapshot.py
index 7e6d707..64a9d22 100755 (executable)
@@ -90,8 +90,8 @@ class ApplySnapshot(KssCommand):
                 self.logger.error(msg)
                 raise KssCommandException(msg)
 
-            self.logger.info('Complete adaptation of the snapshot. - id=%s,name=%s' % (opts.id, opts.name))
-            print >>sys.stdout, _('Complete adaptation of the snapshot. - id=%s,name=%s' % (opts.id, opts.name))
+            self.logger.info('Completed revertion to the snapshot - id=%s,name=%s' % (opts.id, opts.name))
+            print >>sys.stdout, _('Completed revertion to the snapshot - id=%s,name=%s' % (opts.id, opts.name))
             return True
         finally:
             kvs.finish()