]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/postnotice.php
* L10n updates: consistent puctuation
[quix0rs-gnu-social.git] / actions / postnotice.php
index c2e1c44cae0b4a84099663aee85d954befa4edaf..fb0670376651ed145b0ea8ea7673eb3f7e07d30a 100644 (file)
@@ -87,8 +87,8 @@ class PostnoticeAction extends Action
         $license      = $_POST['omb_notice_license'];
         $site_license = common_config('license', 'url');
         if ($license && !common_compatible_license($license, $site_license)) {
-            throw new Exception(sprintf(_('Notice license ‘%s’ is not ' .
-                                          'compatible with site license ‘%s’.'),
+            throw new Exception(sprintf(_('Notice license ‘%1$s’ is not ' .
+                                          'compatible with site license ‘%2$s’.'),
                                         $license, $site_license));
         }
     }