From fcc3c88c744fa6a2583159085b16b47f7862fac3 Mon Sep 17 00:00:00 2001 From: Ian Denhardt Date: Tue, 24 May 2011 15:48:34 -0400 Subject: [PATCH] Fixed capitalization --- plugins/GNUsocialVideo/GNUsocialVideoPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()