Cleanup string - easier for translators

This commit is contained in:
Thomas Mueller 2013-01-31 10:34:54 +01:00
parent e8b423f666
commit 8a662a6c74
1 changed files with 1 additions and 1 deletions

View 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.") )));
}