From f645c06f054c851ce00fd8c349f567b7a0b2100f Mon Sep 17 00:00:00 2001 From: ozh Date: Sat, 18 Jan 2014 17:06:10 +0100 Subject: [PATCH] Better wording attempt. Because, well, https://twitter.com/ozh/statuses/424572484789493760 --- user/config-sample.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user/config-sample.php b/user/config-sample.php index 4466633..432eec7 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -34,9 +34,9 @@ /** Timezone GMT offset */ define( 'YOURLS_HOURS_OFFSET', 0 ); -/** YOURLS language or "locale". - ** Change this setting to "localize" YOURLS (use a translation instead of the default English). A corresponding .mo file - ** must be installed in the user/language directory. +/** YOURLS language + ** Change this setting to use a translation file for your language, instead of the default English. + ** That translation file (a .mo file) must be installed in the user/language directory. ** See http://yourls.org/translations for more information */ define( 'YOURLS_LANG', '' ); -- 2.45.0