Cleanup string - easier for translators
This commit is contained in:
parent
e8b423f666
commit
8a662a6c74
|
@ -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…
Reference in New Issue