]> source.dussan.org Git - nextcloud-server.git/commitdiff
Cleanup string - easier for translators
authorThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 09:34:54 +0000 (10:34 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 09:34:54 +0000 (10:34 +0100)
settings/ajax/updateapp.php

index 6d02dba98471d4f44f3a7fe0c3002ac2f3f91be2..77c0bbc3e36cc3af4f266068c8ee405e87af004c 100644 (file)
@@ -10,7 +10,7 @@ if($result !== false) {
        OC_JSON::success(array('data' => array('appid' => $appid)));
 } else {
        $l = OC_L10N::get('settings');  
-       OC_JSON::error(array("data" => array( "message" => $l->t("Couldn\'t update app. ") )));
+       OC_JSON::error(array("data" => array( "message" => $l->t("Couldn't update app.") )));
 }