Cleanup string - easier for translators

remotes/origin/stable5
Thomas Mueller 12 years ago
parent e8b423f666
commit 8a662a6c74
  1. 2
      settings/ajax/updateapp.php

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

Loading…
Cancel
Save