aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/FAQ.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-03-13 12:20:09 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-03-13 12:20:09 +0100
commit58678ff21c9fefd8eed11ad7cd0bbdb1254e49e7 (patch)
treea80907ec671823d97d06f0a840ecf2765e0d940d /phpBB/docs/FAQ.html
parentb0fe454163ab30e356551d7684b08dfd2a2fadb2 (diff)
downloadforums-58678ff21c9fefd8eed11ad7cd0bbdb1254e49e7.tar
forums-58678ff21c9fefd8eed11ad7cd0bbdb1254e49e7.tar.gz
forums-58678ff21c9fefd8eed11ad7cd0bbdb1254e49e7.tar.bz2
forums-58678ff21c9fefd8eed11ad7cd0bbdb1254e49e7.tar.xz
forums-58678ff21c9fefd8eed11ad7cd0bbdb1254e49e7.zip
[ticket/14527] Retrieve link URL from href and not link text
PHPBB3-14527
Diffstat (limited to 'phpBB/docs/FAQ.html')
0 files changed, 0 insertions, 0 deletions
ed/occurred/g'
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index b2a4919..4a5eb9f 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -248,7 +248,7 @@ class IsoDumper:
self.logger(message)
self.success()
elif rc == 5:
- message = _("An error occured while creating a partition.")
+ message = _("An error occurred while creating a partition.")
elif rc == 127:
message = _('Authentication error.')
else: