From 4d9a89dfe9e3902485613d01bc10ea5d64b044ea Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Fri, 30 Sep 2016 20:41:03 -0300 Subject: [PATCH] Fix typos --- appinfo/app.php | 2 +- appinfo/info.xml | 2 +- l10n/es.js | 4 ++-- l10n/es.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index 53c3622..0532471 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -38,6 +38,6 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) { // the title of your application. This will be used in the // navigation or on the settings page of your app - 'name' => $l10n->t('Quick Notes'), + 'name' => $l10n->t('Quick notes'), ]; }); \ No newline at end of file diff --git a/appinfo/info.xml b/appinfo/info.xml index f0b9b76..c58d4ee 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,7 +1,7 @@ quicknotes - Quick Notes + Quick notes Quick notes with text, check lists and pictures AGPL Matias De lellis diff --git a/l10n/es.js b/l10n/es.js index 14021d5..4c8b5df 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -1,8 +1,8 @@ OC.L10N.register( "quicknotes", { - "Quick Notes" : "Notas Rapidas", - "Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.", + "Quick notes" : "Notas rapidas", + "Nothing here. Take your quick notes." : "Nada aquí. Toma tus notas rapidas.", "New note" : "Nueva nota", "All notes" : "Todas las notas", "Shared with you" : "Compartido contigo", diff --git a/l10n/es.json b/l10n/es.json index 171e96e..198337d 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,6 +1,6 @@ { "translations": { - "Quick Notes" : "Notas Rapidas", - "Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.", + "Quick notes" : "Notas rapidas", + "Nothing here. Take your quick notes." : "Nada aquí. Toma tus notas rapidas.", "New note" : "Nueva nota", "All notes" : "Todas las notas", "Shared with you" : "Compartido contigo",