diff options
author | cmeh <cmeh@users.noreply.github.com> | 2015-02-06 10:00:47 +0100 |
---|---|---|
committer | cmeh <cmeh@users.noreply.github.com> | 2015-02-06 10:00:47 +0100 |
commit | c1d661d35b1cdd369c0cf599b744899f9d8f9390 (patch) | |
tree | a7d72389892f6befd37d9f8eeaa991f1db936363 /settings | |
parent | bd60abbefc45f7fe1dce4ab0259b7be0f1ec515e (diff) | |
download | nextcloud-server-c1d661d35b1cdd369c0cf599b744899f9d8f9390.tar.gz nextcloud-server-c1d661d35b1cdd369c0cf599b744899f9d8f9390.zip |
Coherent use of "SQLite" in lines 119 and 124
Just a cosmetic detail, but very obvious when working on localisations.
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index a0cf29436d0..fb4662b5476 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -121,7 +121,7 @@ if ($_['databaseOverload']) { </p> <p> <strong> - <?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?> + <?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?> </strong> </p> <p> |