opnsense-ports/devel/subcommander2/files/patch-subcommander__settings__ToolsSettingsWidget.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
984 B
C++

--- subcommander/settings/ToolsSettingsWidget.cpp.orig 2007-08-19 22:04:03.000000000 +0900
+++ subcommander/settings/ToolsSettingsWidget.cpp 2012-05-10 05:29:12.000000000 +0900
@@ -39,7 +39,7 @@
vl->addStretch(1);
{
// diff command
- QLabel* diffLabel = new QLabel(_q("(visual) diff comand:"), this);
+ QLabel* diffLabel = new QLabel(_q("(visual) diff command:"), this);
QPushButton* diffBi = new QPushButton( _q("reset/builtin"), this );
_diffEdit = new QLineEdit( this );
QPushButton* diffEx = new ExternButton( this );
@@ -59,7 +59,7 @@
row++;
// merge command
- QLabel* mergeLabel = new QLabel(_q("(visual) merge comand:"), this);
+ QLabel* mergeLabel = new QLabel(_q("(visual) merge command:"), this);
QPushButton* mergeBi = new QPushButton( _q("reset/builtin"), this );
_mergeEdit = new QLineEdit( this );
QPushButton* mergeEx = new ExternButton( this );