summaryrefslogtreecommitdiff
path: root/pluma
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-09-28 17:58:33 +0300
committermonsta <[email protected]>2015-09-28 17:58:33 +0300
commit8c43c2cfdc87ecbc0058f319012e3c61e31d1629 (patch)
treed7ad9cb015dd6e4d24da688d97f44bca1e084ba7 /pluma
parentd27ba9e8c4ed1fc9c2e55f43656f6a965918c2fb (diff)
downloadpluma-8c43c2cfdc87ecbc0058f319012e3c61e31d1629.tar.bz2
pluma-8c43c2cfdc87ecbc0058f319012e3c61e31d1629.tar.xz
capitalize Pluma in about dialog
Diffstat (limited to 'pluma')
-rw-r--r--pluma/pluma-commands-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-commands-help.c b/pluma/pluma-commands-help.c
index 1b062eff..2a94063e 100644
--- a/pluma/pluma-commands-help.c
+++ b/pluma/pluma-commands-help.c
@@ -81,7 +81,7 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window)
"Copyright \xc2\xa9 2012-2014 MATE developers";
static const gchar comments[] = \
- N_("pluma is a small and lightweight text editor for the MATE Desktop");
+ N_("Pluma is a small and lightweight text editor for the MATE Desktop");
pluma_debug (DEBUG_COMMANDS);