Skip to content

Commit 7bb5a7a

Browse files
committed
improve tooltip for assemble
thanks m.v.gulik
1 parent 0d6c7ed commit 7bb5a7a

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

po/nip2.pot

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
1111
"product=glib&keywords=I18N+L10N&component=general\n"
12-
"POT-Creation-Date: 2013-02-14 12:02+0000\n"
12+
"POT-Creation-Date: 2013-02-14 12:35+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1328,77 +1328,77 @@ msgstr ""
13281328
msgid "Unimplemented list type."
13291329
msgstr ""
13301330

1331-
#: ../src/heap.c:1964
1331+
#: ../src/heap.c:1966
13321332
msgid "Unimplemented type."
13331333
msgstr ""
13341334

1335-
#: ../src/heap.c:1965
1335+
#: ../src/heap.c:1967
13361336
#, c-format
13371337
msgid "Unable to convert %s to a nip type."
13381338
msgstr ""
13391339

1340-
#: ../src/heap.c:2128
1340+
#: ../src/heap.c:2130
13411341
msgid "circular"
13421342
msgstr ""
13431343

1344-
#: ../src/heap.c:2133
1344+
#: ../src/heap.c:2135
13451345
#, c-format
13461346
msgid "circular to label %d"
13471347
msgstr ""
13481348

1349-
#: ../src/heap.c:2143
1349+
#: ../src/heap.c:2145
13501350
#, c-format
13511351
msgid "label %d"
13521352
msgstr ""
13531353

1354-
#: ../src/heap.c:2160
1354+
#: ../src/heap.c:2162
13551355
msgid "unevaluated"
13561356
msgstr ""
13571357

1358-
#: ../src/heap.c:2195
1358+
#: ../src/heap.c:2197
13591359
#, c-format
13601360
msgid "class (%p)"
13611361
msgstr ""
13621362

1363-
#: ../src/heap.c:2206
1363+
#: ../src/heap.c:2208
13641364
msgid "members"
13651365
msgstr ""
13661366

1367-
#: ../src/heap.c:2217
1367+
#: ../src/heap.c:2219
13681368
msgid "secret"
13691369
msgstr ""
13701370

1371-
#: ../src/heap.c:2270
1371+
#: ../src/heap.c:2272
13721372
#, c-format
13731373
msgid "no value (type %d)"
13741374
msgstr ""
13751375

1376-
#: ../src/heap.c:2278
1376+
#: ../src/heap.c:2280
13771377
msgid "NULL pointer"
13781378
msgstr ""
13791379

1380-
#: ../src/heap.c:2287
1380+
#: ../src/heap.c:2289
13811381
msgid "symbol"
13821382
msgstr ""
13831383

1384-
#: ../src/heap.c:2295
1384+
#: ../src/heap.c:2297
13851385
msgid "constructor"
13861386
msgstr ""
13871387

1388-
#: ../src/heap.c:2303
1388+
#: ../src/heap.c:2305
13891389
msgid "symref"
13901390
msgstr ""
13911391

1392-
#: ../src/heap.c:2311
1392+
#: ../src/heap.c:2313
13931393
msgid "compileref"
13941394
msgstr ""
13951395

1396-
#: ../src/heap.c:2339
1396+
#: ../src/heap.c:2341
13971397
#, c-format
13981398
msgid "tag \"%s\""
13991399
msgstr ""
14001400

1401-
#: ../src/heap.c:2354
1401+
#: ../src/heap.c:2356
14021402
#, c-format
14031403
msgid "unknown element tag %d"
14041404
msgstr ""

share/nip2/start/Object.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Object_break_item = class
3333

3434
Object_assemble_item = class
3535
Menuaction "_Assemble Objects"
36-
"assemble a list (or group) of objects into a single object" {
36+
"assemble a list of objects into a single object" {
3737
action x
3838
= map_unary ass x
3939
{

0 commit comments

Comments
 (0)