summaryrefslogtreecommitdiffstats
path: root/settings/ajax
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-31 10:34:54 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-31 10:34:54 +0100
commit8a662a6c74e5aa961aba7b317107293e559232e1 (patch)
tree05bf40beb4dbc23442a810ec6e4ac70dad185f7d /settings/ajax
parente8b423f6669afda88176181c73c5edde7cc5bf48 (diff)
downloadnextcloud-server-8a662a6c74e5aa961aba7b317107293e559232e1.tar.gz
nextcloud-server-8a662a6c74e5aa961aba7b317107293e559232e1.zip
Cleanup string - easier for translators
Diffstat (limited to 'settings/ajax')
-rw-r--r--settings/ajax/updateapp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php
index 6d02dba9847..77c0bbc3e36 100644
--- a/settings/ajax/updateapp.php
+++ b/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.") )));
}