From: Ian Denhardt Date: Tue, 24 May 2011 19:48:34 +0000 (-0400) Subject: Fixed capitalization X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fcc3c88c744fa6a2583159085b16b47f7862fac3;p=quix0rs-gnu-social.git Fixed capitalization --- diff --git a/plugins/GNUsocialVideo/GNUsocialVideoPlugin.php b/plugins/GNUsocialVideo/GNUsocialVideoPlugin.php index 850761625e..1cc363aeda 100644 --- a/plugins/GNUsocialVideo/GNUsocialVideoPlugin.php +++ b/plugins/GNUsocialVideo/GNUsocialVideoPlugin.php @@ -79,7 +79,7 @@ class GNUsocialVideoPlugin extends MicroAppPlugin function appTitle() { - return _('video'); + return _('Video'); } function tag()