summaryrefslogtreecommitdiff
path: root/classes/Status_network.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-07-29 13:36:08 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-07-29 13:36:08 +0200
commit125ff142e871d4cde780335d6a4f16d5f59bca83 (patch)
treead87988ca37c8cb22d48205aaa7e2de4b1ad47c3 /classes/Status_network.php
parent312c6b68654a6bc5239526c61f23636833e5b502 (diff)
* mark a few message for translation
* add translator documentation
Diffstat (limited to 'classes/Status_network.php')
-rw-r--r--classes/Status_network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Status_network.php b/classes/Status_network.php
index a0f3ba5f7..5680c1458 100644
--- a/classes/Status_network.php
+++ b/classes/Status_network.php
@@ -342,6 +342,7 @@ class Status_network extends Safe_DataObject
$id = $snt->insert();
if (!$id) {
+ // TRANS: Exception thrown when a tag cannot be saved.
throw new Exception(_("Unable to save tag."));
}
}